cucumberjs-browser
cucumberjs-browser copied to clipboard
Browser-based taskrunner for CucumberJS Specs.
npm install -g yields the following > npm WARN engine [email protected]: wanted: {"node":"0.6 || 0.8 || 0.10 || 0.11"} (current: {"node":"0.12.7","npm":"2.12.1"}) > npm WARN deprecated [email protected]: Use the "buffer" module...
I'm getting the error: SyntaxError: Unexpected token ILLEGAL Whenever I start up the app. I have tried cleaning/uninstalling, etc no change.
I am getting the errors as shown below: cucumberjs-browser [cucumberjs-browser 0.1.3] Started... [cucumberjs-browser 0.1.3] Features bundled successfully. [cucumberjs-browser 0.1.3] Steps bundled successfully. [cucumberjs-browser 0.1.3] Listener bundled successfully. [cucumberjs-browser 0.1.3] Template...
Keep a manifest of previously bundled steps and features that documents the hash of file contents. Only run bundle on those files again which have changed.
Hi, the html template is generated for me and seems to include all files correct now. however, it fails with: ``` javascript Error: Cannot find module '/usr/lib/node_modules/cucumberjs-browser/node_modules/browserify/node_modules/insert-module-globals/node_modules/process/browser.js' ``` In my...
ran npm install -g cucumberjs-browser on windows7 and got various install errors ran it on my Mac and all was good
Hi I wanted to run cucumberjs-browser on windows. I used examples provided in the repo I get following error C:\DEV\cucumberjs-browser>cucumberjs-browser [cucumberjs-browser 0.1.2] Started... [cucumberjs-browser 0.1.2] Features bundled successfully. [cucumberjs-browser 0.1.2]...
Currently, the format options are curated and maintained within the library. Open up ability for developer to provide a custom format reported.
Currently the type of an And/But Step is represented as either Given, When or Then. Determine if listeners of the CucumberJS library can decipher And/But step within the hear() delegate.
Research and document common reporting for Continuous Integration artifacts.