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

Package Sidebar

Install

npm i cukeowser

Weekly Downloads

3

Version

0.1.0

License

none

Last publish

Collaborators

  • lm-michael-luong