| layout | bootstrap |
|---|---|
| title | Install Cucumber-JavaScript |
Cucumber.js is available as an npm module.
Install globally with:
$ npm install -g cucumberOR
You may also define cucumber.js as a development dependency of your application by including it in your package.json file.
{
"devDependencies": {
"cucumber": "latest"
}
}Then install with npm install --dev
You can find more information in cucumber-js