DEPRECATED see: https://www.npmjs.com/package/ember-cli-yadda
Cucumber-js adapter for ember-testing.
Cucumber-js is browserified.
This expressjs application proxies the application under test and loads it in an iframe.
It also reads all Gherkin feature files in the features directory and sticks them in script tags on the page.
All support files are combined and browserified.
The runner runs the acceptance test on the app and displays the results using Cucumber-HTML.
The example app is davidsevcik/TodoHQ; the source can be found at here.
The step definitions use the Ember-testing helpers.
The app is based on the Cukestall project.
As well as Cucumber JS and Ember