0.1.0 • Published 8 years ago

cukeowser v0.1.0

Weekly downloads
6
License
-
Repository
github
Last release
8 years ago

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

0.1.0

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago