show-and-tell
v0.1.2
Published
A Cucumber BDD tool to demo scenarios to stakeholders
Readme
Show and tell
A Cucumber BDD tool to demo scenarios to stakeholders
Installation
$ yarn add show-and-tellUsage
Add the following arguments to your cucumber command
$ cucumber.js --require node_modules/show-and-tell/index.js --format node_modules/show-and-tell/formatter.jsPress any key to progress through scenario steps. Hit Ctrl-c to exit.
Protractor
Check out the Protractor example
...
cucumberOpts: {
require: ['features/**/*.js', require.resolve('show-and-tell')],
format: 'node_modules/show-and-tell/formatter.js'
}
...Screenshots
Author
- Created by Adem Gaygusuz
- Email address: [email protected]
- @ademuk on Twitter
License
Features is licensed under the MIT License. (See LICENSE)
