@elements-ft/cucumber-js-glue

1.2.0 • Public • Published

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 (Tested)
  • Linux

Readme

Keywords

Package Sidebar

Install

npm i @elements-ft/cucumber-js-glue

Weekly Downloads

2

Version

1.2.0

License

ISC

Last publish

Collaborators

  • mhossam1
  • mohamedhamed
  • mabdallah79
  • kraslan
  • dev.elements-ft