grunt-cucumberjs
grunt-cucumberjs copied to clipboard
Grunt plugin for cucumber.js
Moderate │ Regular Expression Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ moment │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >=2.11.2 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ grunt-cucumberjs [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤...
┌───────────────┬──────────────────────────────────────────────────────────────┐ │ **Critical** │ Command Injection │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ open │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Patched in │ >0.0.5 │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ grunt-cucumberjs [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │...
The binary path has changed on unix to `cucumber-js` resulting in ``` Running "cucumberjs:ci" (cucumberjs) task >> cucumberjs binary not found at path node_modules/cucumber/bin/cucumber.js >> NOTE: You cannot install grunt-cucumberjs...
The package.json suggests this should work with `"node": ">= 0.8.0"`. I'm using 0.12 at the moment and get the following error ``` Warning: /Users/luuc04/morph/morph-modules/comments-view/node_modules/grunt-cucumberjs/node_modules/cucumber-html-reporter/node_modules/fs-extra/lib/index.js:3 const assign = require('./util/assign') ^^^^^ Use...
Hi, we're currently using your library in our project and now we're facing an issue with '--tags' parameter. We're in a situation when we need to exclude features marked with...
Lacks dependencies on: `jsonfile`, `find`, `open` and `xmlbuilder`.
It seems that somewhere along the line of executing the cucumberjs task, global variables are lost. This is problematic when trying to use grunt-cucumberjs with something like grunt-istanbul which uses...
**OS: Ubuntu 16.04** From Windows 10 - everything OK _package.json_ ``` "cucumber": ">=1.3.1", "grunt": "~1.0.1", "grunt-cli": "~1.2.0", "grunt-cucumberjs": ">=0.10.12", "protractor": ">=4.0.14", "exceljs": ">=0.2.39" ``` nodeVersion = v7.3.0 npmVersion = 3.10.10...
According to documentation to re-run failed TCs automatically 2 commands must be executed: 1. grunt cucumberjs -> report generated with failed TCs generated 2. grunt cucumberjs [email protected] -> truncated report...
Can we use "grunt": "^1.0.1" ? currently: "peerDependencies": { "grunt": "~0.4.5", "cucumber": "^1.0.0" },