1.4.0 • Published 6 years ago

cucumber-js-glue v1.4.0

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

Synopsis

CucumberJSGlue is wrapper on top of cucumberJS to match feature files with their corresponding step_definitions file.

How to Use

Create a glue.json file under the "features" folder with the following structure.

[{
	"feature_name": "feature1.feature",
	"step_definition" :"step_definitions//feature1.js"
},
{
	"feature_name": "feature2.feature",
	"step_definition" :"step_definitions//feature2.js"
}
]

Installation

npm i cucumber-js-glue --save

Supported OS

  • Windows
  • Linux
1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago