A command line interface for Cavy, a React Native integration testing framework
npm install cavy-cli


cavy-cli is a command line interface for Cavy,
a cross-platform integration test framework for React Native, by Pixie Labs.
Get set up with Cavy and cavy-cli 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.
We use cavy-cli to test Cavy itself! Check out our sample app Circle CI
configuration
for inspiration.
Before contributing, please read the code of conduct.
You can test your local version of cavy-cli by running npm link within thecavy-cli folder. This will make it so cavy is pointing to the cavy.js
script in your local copy of cavy-cli. See
the documentation for npm link for more
information.
- 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.
- 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.