Skip to content

LasaleFamine/chimp-cucumber

Repository files navigation

Chimp & Cucumber

Build Status

Personal takes to start with Chimp

🚧

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

$ git clone https://github.com/LasaleFamine/chimp-cucumber && cd $_
$ yarn

Run tests

You can run on-time tests (default with Chrome)

$ yarn test

Watch the tests (!)

Yeah, you can watch also the tests

$ 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