0.4.0 • Published 6 years ago

tractor-plugin-cucumber v0.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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'
    }
};
0.4.0

6 years ago

0.3.8

7 years ago

0.3.7

7 years ago

0.3.6

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago