rams23 / cavy

An integration test framework for React Native.

Home Page:https://cavy.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cavy logo

Cavy

npm version CircleCI

Cavy is a cross-platform, integration test framework for React Native, by Pixie Labs.

Cavy tests allow you to programmatically interact with deeply nested components within your application. Write your tests in pure JavaScript and run them on both Android and iOS.

πŸ“‹ Requirements

  • React Native >= 0.59
  • React >= 16.8.0

πŸ‘Ά Getting started

Get set up with Cavy by following our installation guide.

You might also want to check out some articles and watch talks about Cavy to find out a bit more before you write code.

If you need some inspiration, head over to Cavy's sample app, follow the instructions in the README, and see Cavy in action.

πŸ“˜ Documentation

Full documentation and guides for Cavy can be found on our website.

πŸ’― Contributing

Before contributing, please read the code of conduct.

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Remember to submit a PR to DefinitelyTyped to update the type definitions if you've changed a function's inputs or outputs.
  • Remember to submit a PR to update the documentation if you've changed how something works.
  • Please try not to mess with the package.json, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so we can cherry-pick around it.

About

An integration test framework for React Native.

https://cavy.app

License:MIT License


Languages

Language:JavaScript 86.1%Language:Objective-C 7.5%Language:Python 3.8%Language:Java 2.6%