cavy cli

Command line interface for Cavy

21
13
JavaScript

Cavy logo

cavy-cli

npm version

cavy-cli is a command line interface for Cavy,
a cross-platform integration test framework for React Native, by Pixie Labs.

👶 Getting started

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.

🗺️ Development roadmap

Take a look at our public Pivotal Tracker
to see what we’re currently working on, and what features we plan to add to
Cavy and cavy-cli next.

💯 Contributing

Before contributing, please read the code of conduct.

You can test your local version of cavy-cli by running npm link within the
cavy-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.