A Cucumber.js example project for getting started.
An example test framework to get started with API testing using Javascript. Uses the TheyWorkForYou.com API as an example.
- Javascript
- Cucumber.js - javascript implementation of Cucumber, a plain English test framework
- Flow - static type checker for javascript
- Download dependencies:
npm build
- Run the tests:
npm test