Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 876 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 876 Bytes

cucumber-x

Cucumber JS Extra - Simple IOC, Fixture Patterns, REST API Assertions etc.,

npm install cucumber-x --save
yarn add cucumber-x

Usage

Javascript

var cucumberx = require('cucumber-x');
Output should be 'Boys'

TypeScript

import { cucumberx } from 'cucumber-x';

Getting Started

arch

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.