tractor-plugin-cucumber

0.4.0 • Public • Published

tractor-plugin-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-plugin-features and 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:

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-plugin-cucumber

Weekly Downloads

0

Version

0.4.0

License

MIT

Last publish

Collaborators

  • phenomnomnominal