# tractor-plugin-cucumber

> Plugin for [**tractor**](http://github.com/TradeMe/tractor) for running tests using Cucumber and Gherkin.

Latest version **0.4.0** (published 2018-01-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install tractor-plugin-cucumber
pnpm add tractor-plugin-cucumber
yarn add tractor-plugin-cucumber
bun add tractor-plugin-cucumber
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.4.0 |
| Published | 2018-01-26 |
| First published | 2017-09-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.10 |
| Dependencies | 8 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Craig Spence |
| Maintainers | phenomnomnominal |

## Links

- npm: https://www.npmjs.com/package/tractor-plugin-cucumber
- Repository: https://github.com/phenomnomnominal/tractor-plugin-cucumber
- Homepage: https://github.com/phenomnomnominal/tractor-plugin-cucumber#readme
- Issues: https://github.com/phenomnomnominal/tractor-plugin-cucumber/issues
- npm.io page: https://npm.io/package/tractor-plugin-cucumber

## Dependencies (8)

- [bluebird](https://npm.io/package/bluebird.md) ^3.5.1
- [cucumber](https://npm.io/package/cucumber.md) 1.3.1
- [graceful-fs](https://npm.io/package/graceful-fs.md) ^4.1.11
- [chai-as-promised](https://npm.io/package/chai-as-promised.md) ^7.1.1
- [cucumber-html-reporter](https://npm.io/package/cucumber-html-reporter.md) 0.5.0
- [tractor-plugin-features](https://npm.io/package/tractor-plugin-features.md) ^0.3.0
- [protractor-cucumber-framework](https://npm.io/package/protractor-cucumber-framework.md) ^4.1.1
- [tractor-plugin-step-definitions](https://npm.io/package/tractor-plugin-step-definitions.md) ^0.3.0

## Recent versions

- 0.4.0 (latest) — 2018-01-26
- 0.3.8 — 2017-10-10
- 0.3.7 — 2017-10-10
- 0.3.6 — 2017-10-03
- 0.3.5 — 2017-10-03
- 0.3.4 — 2017-10-02
- 0.3.3 — 2017-10-02
- 0.3.2 — 2017-10-02
- 0.3.1 — 2017-09-20
- 0.3.0 — 2017-09-19
- 0.2.3 — 2017-09-10
- 0.2.2 — 2017-09-08
- 0.2.1 — 2017-09-08
- 0.2.0 — 2017-09-07
- 0.1.1 — 2017-09-03
- … 1 more at https://npm.io/package/tractor-plugin-cucumber/versions

## README

# tractor-plugin-cucumber

Plugin for [**tractor**](http://github.com/TradeMe/tractor) for running tests using Cucumber and Gherkin.

[![Greenkeeper badge](https://badges.greenkeeper.io/phenomnomnominal/tractor-plugin-cucumber.svg)](https://greenkeeper.io/)
[![npm version](https://img.shields.io/npm/v/tractor-plugin-cucumber.svg)](https://www.npmjs.com/package/tractor-plugin-cucumber)
[![bitHound Overall Score](https://www.bithound.io/github/phenomnomnominal/tractor-plugin-cucumber/badges/score.svg)](https://www.bithound.io/github/phenomnomnominal/tractor-plugin-cucumber)
[![Code Climate](https://codeclimate.com/github/phenomnomnominal/tractor-plugin-cucumber/badges/gpa.svg)](https://codeclimate.com/github/phenomnomnominal/tractor-plugin-cucumber)
[![Test Coverage](https://codeclimate.com/github/phenomnomnominal/tractor-plugin-cucumber/coverage.svg)](https://codeclimate.com/github/phenomnomnominal/tractor-plugin-cucumber/coverage)

## How to use:

This plugin combines two other plugins, [**tractor-plugin-features**](http://github.com/phenomnomnominal/tractor-plugin-features) and [**tractor-plugin-step-definitions**](http://github.com/phenomnomnominal/tractor-plugin-step-definitions)

### Features config:

You can add a `features` property to your "tractor.conf.js" file to specify where to save the feature files:

```javascript
module.exports = {
    features: {
        directory: './my-features-directory'
    }
};
```

### Step definition config:

You can add a `stepDefinition` property to your "tractor.conf.js" file to specify where to save the step definition files:

```javascript
module.exports = {
    stepDefinition: {
        directory: './my-step-definitions-directory'
    }
};
```

---
_Source: https://npm.io/package/tractor-plugin-cucumber · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
