Skip to content

pombredanne/cucumber-electron

 
 

Repository files navigation

cucumber-electron

Runs cucumber-js in an electron renderer process. Scenarios have direct access to both a browser DOM and node.js libraries, so they are fast and easy to debug interactively.

Build Status Build status

Install

npm install cucumber-electron --save-dev

Usage

cucumber-electron is a drop-in replacement for cucumber-js, supporting the same features and command-line options. You should be able to use it on your project without any changes, if you have been using cucumber-js 2.0.0

Run cucumber-electron it like it was cucumber-js, for example:

./node_modules/.bin/cucumber-electron ./features/your.feature:123

Debugging

The --electron-debug command line switch shows a browser window with chrome dev tools and keeps the window open after all features have finished running.

About

Runs cucumber.js in electron

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 81.1%
  • Gherkin 17.4%
  • HTML 1.5%