Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 413 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 413 Bytes

Simple demo

Install

Just run npm i

Testing

For unit testing just run npm test or mocha. See ./Makile for more details For coverage report run make coverage

Acepptance

Run cucumber-js¹. If some feature fails there will be a screenshot taken. See ./screenshot.js

¹Requires cucumber.js installed on your computer. $ npm install -g cucumber