This package has been deprecated

Author message:

@tractor-plugins/cucumber has been deprecated in favour of @tractor-plugins/mocha-specs

@tractor-plugins/cucumber

0.4.0 • Public • Published

@tractor-plugins/cucumber

Plugin for tractor for running tests using Cucumber and Gherkin.

Greenkeeper badge npm version bitHound Overall Score Code Climate Test Coverage

How to use:

This plugin combines two other plugins, @tractor-plugins/features and @tractor-plugins/step-definitions

Features config:

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

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:

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

Readme

Keywords

none

Package Sidebar

Install

npm i @tractor-plugins/cucumber

Weekly Downloads

2

Version

0.4.0

License

MIT

Unpacked Size

27.1 kB

Total Files

15

Last publish

Collaborators

  • savage-tm
  • cgrant_tm
  • phenomnomnominal
  • trbpro23
  • amy.rowell
  • mzollner
  • deemicksee