All Projects → pixielabs → cavy-cli

pixielabs / cavy-cli

Licence: MIT License
Command line interface for Cavy

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cavy-cli

duct
docker-compose alike functionality directly from golang, for integration testing.
Stars: ✭ 61 (+190.48%)
Mutual labels:  integration-testing
SqlInMemory
SqlInMemory is a library for creating SqlServer database on Memory instead of hard disk, at last Drops and Disposes database when you're done with it. This is useful for Integration Testing.
Stars: ✭ 24 (+14.29%)
Mutual labels:  integration-testing
Fineract-CN-mobile
DEPRECATED project - Check the Apache fineract-cn-mobile project instead
Stars: ✭ 17 (-19.05%)
Mutual labels:  integration-testing
maven-it-extension
Experimental JUnit Jupiter Extension for writing integration tests for Maven plugins/Maven extensions/Maven Core
Stars: ✭ 56 (+166.67%)
Mutual labels:  integration-testing
dusker
Stand alone Laravel Dusk test suit, which do not require Laravel framework itself
Stars: ✭ 28 (+33.33%)
Mutual labels:  integration-testing
demo-webdriverio-cucumber
E2E Tests with WebdriverIO and Cucumber
Stars: ✭ 28 (+33.33%)
Mutual labels:  integration-testing
integresql
IntegreSQL manages isolated PostgreSQL databases for your integration tests.
Stars: ✭ 475 (+2161.9%)
Mutual labels:  integration-testing
pactum
REST API Testing Tool for all levels in a Test Pyramid
Stars: ✭ 190 (+804.76%)
Mutual labels:  integration-testing
cypress-routines
Easily write scalable Node.js setup code for Cypress
Stars: ✭ 43 (+104.76%)
Mutual labels:  integration-testing
pytezos
🐍 Python SDK & CLI for Tezos | Michelson REPL and testing framework
Stars: ✭ 93 (+342.86%)
Mutual labels:  integration-testing
molecule-demo
Molecule for Ansible Role Testing Demonstration for AnsibleFest 2017
Stars: ✭ 18 (-14.29%)
Mutual labels:  integration-testing
playwright-testing-library
🔍 Find elements in Playwright with queries from Testing Library
Stars: ✭ 160 (+661.9%)
Mutual labels:  integration-testing
kheera-testrunner-android
BDD Framework for Android
Stars: ✭ 18 (-14.29%)
Mutual labels:  integration-testing
api-test
🌿 A simple bash script to test JSON API from terminal in a structured and organized way.
Stars: ✭ 53 (+152.38%)
Mutual labels:  integration-testing
irontest
A web app for API test automation
Stars: ✭ 31 (+47.62%)
Mutual labels:  integration-testing
docker-compose-integration-tests
Writing integration tests in Java using docker-compose and JUnit
Stars: ✭ 21 (+0%)
Mutual labels:  integration-testing
JwtAuthDemo
ASP.NET Core + Angular JWT auth demo; integration tests; login, logout, refresh token, impersonation, authentication, authorization; run on Docker Compose.
Stars: ✭ 278 (+1223.81%)
Mutual labels:  integration-testing
alexa-conversation
Framework to easily test your Alexa skills functionally by creating a conversation with your skill.
Stars: ✭ 51 (+142.86%)
Mutual labels:  integration-testing
StoreCleanArchitecture-NET
This is a basic project to demonstrate an introduction about the implementation of Clean Architecture on .NET
Stars: ✭ 19 (-9.52%)
Mutual labels:  integration-testing
browserslist-browserstack
Filter available BrowserStack capabilities with a browserslist query.
Stars: ✭ 23 (+9.52%)
Mutual labels:  integration-testing

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].