Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 530 Bytes

File metadata and controls

31 lines (22 loc) · 530 Bytes
layout bootstrap
title Install Cucumber-JavaScript

{{page.title}}

Cucumber.js is available as an npm module.

Install globally with:

$ npm install -g cucumber

OR

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