Personal takes to start with Chimp
🚧
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.
Clone the repository and install the dependencies
$ git clone https://github.com/LasaleFamine/chimp-cucumber && cd $_
$ yarn
You can run on-time tests (default with Chrome)
$ yarn test
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.
MIT © LasaleFamine