cukeowser

0.1.0 • Public • Published

cukeowser

Run cucumber in the browser. Automate aggregation of features and step definitions and then execute the tests in a browser.

example gulp command

var options = {
    'features''features/*.feature',
    'entry''./tests/entry.js',
    'stepsOutput''jrob_bundle.js',
    'support'''
};
 
gulp.task('default'function () {
 
    generateCucumberFiles(options);
 
});

Also, you'll need to copy jrob_bundle.js and insert it into example.js where it says "Insert jrob_bundle.js here". Currently at line 114

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    3
    • latest

Version History

Package Sidebar

Install

npm i cukeowser

Weekly Downloads

2

Version

0.1.0

License

none

Last publish

Collaborators

  • lm-michael-luong