An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Chimp & Cucumber

[![Build Status](https://travis-ci.org/LasaleFamine/chimp-cucumber.svg?branch=master)](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