https://github.com/pixielabs/cavy-cli
Command line interface for Cavy
https://github.com/pixielabs/cavy-cli
android automation cli hacktoberfest integration-testing ios javascript react react-native testing
Last synced: 4 months ago
JSON representation
Command line interface for Cavy
- Host: GitHub
- URL: https://github.com/pixielabs/cavy-cli
- Owner: pixielabs
- License: mit
- Created: 2018-01-08T12:31:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T12:03:23.000Z (about 3 years ago)
- Last Synced: 2025-05-06T01:48:16.784Z (5 months ago)
- Topics: android, automation, cli, hacktoberfest, integration-testing, ios, javascript, react, react-native, testing
- Language: JavaScript
- Homepage:
- Size: 106 KB
- Stars: 22
- Watchers: 7
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
# cavy-cli
[](https://badge.fury.io/js/cavy-cli)
**cavy-cli** is a command line interface for [Cavy](https://github.com/pixielabs/cavy),
a cross-platform integration test framework for React Native, by [Pixie Labs](https://pixielabs.io).## πΆ Getting started
Get set up with Cavy and cavy-cli by following our
[installation guide](https://cavy.app/docs/getting-started/installing).You might also want to [check out some articles and watch talks about Cavy](https://cavy.app/media)
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](https://github.com/pixielabs/cavy/blob/master/.circleci/config.yml)
for inspiration.## πΊοΈ Development roadmap
Take a look at our public [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/2447582)
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](CODE_OF_CONDUCT.md).
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](https://docs.npmjs.com/cli/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.