https://github.com/lasalefamine/chimp-cucumber
Learning Chimp with Cucumber
https://github.com/lasalefamine/chimp-cucumber
automated-tests chimp cucumber integration-testing live-test
Last synced: about 2 months ago
JSON representation
Learning Chimp with Cucumber
- Host: GitHub
- URL: https://github.com/lasalefamine/chimp-cucumber
- Owner: LasaleFamine
- License: mit
- Created: 2017-03-23T23:19:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T23:59:45.000Z (about 9 years ago)
- Last Synced: 2025-03-23T07:44:01.948Z (about 1 year ago)
- Topics: automated-tests, chimp, cucumber, integration-testing, live-test
- Language: JavaScript
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chimp & Cucumber
[](https://travis-ci.org/LasaleFamine/chimp-cucumber)
> Personal takes to start with [Chimp](https://chimp.readme.io/)
:construction:
## What
From the homepage of the website:
> ***Chimp makes it super easy for developers to write automated tests, by taking away all the pain associated with setting up tools and allowing developers to focus on building-in quality.***
## Install
Clone the repository and install the dependencies
```sh
$ git clone https://github.com/LasaleFamine/chimp-cucumber && cd $_
$ yarn
```
## Run tests
You can run on-time tests (default with Chrome)
```sh
$ yarn test
```
## Watch the tests (!)
Yeah, you can watch also the tests
```sh
$ yarn test:watch
```
Will open Chrome and will watch on `.feature` files and `step_definitions` folder. Also, the browser will reload every time you make a change to these files.
## License
MIT © LasaleFamine