Skip to content

ademuk/show-and-tell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

BDD Demo

Author

License

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

About

A Cucumber BDD tool to demo scenarios to stakeholders

Resources

License

Stars

Watchers

Forks

Packages

No packages published