Skip to content

thegameofcode/cucumberly

Repository files navigation

Cucumberly

Circle CI Coverage Status

Cucumberly is a cucumber features editor but for "Muggles".

Run

Make a copy of config_sample.json -> config.json and change the params you need.

npm start

Run tests

Make sure you have a mongodb instance running. Important: Launch manually the server before run the acceptance tests.

npm run acceptance