Cucumber JS Extra - Simple IOC, Fixture Patterns, REST API Assertions etc.,
npm install cucumber-x --save
yarn add cucumber-xvar cucumberx = require('cucumber-x');Output should be 'Boys'import { cucumberx } from 'cucumber-x';In order to get started by someone quickly, we have created a git template repo with an working example for you get started with it easily.
-
How to clone: create a repo from template
-
Template Repository : Cucumber-node-template ( remember to login into your repo prior to use template. )
