0.1.2 • Published 7 years ago

show-and-tell v0.1.2

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

Show and tell

A Cucumber BDD tool to demo scenarios to stakeholders

Installation

$ yarn add show-and-tell

Usage

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.js

Press 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

License

Features is licensed under the MIT License. (See LICENSE)

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago