0.1.0 • Published 10 years ago

cukeowser v0.1.0

Weekly downloads
6
License
-
Repository
github
Last release
10 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

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago