Skip to content

highly-attractive-people/stepDefinitions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Highly Attractive (Gherkin) Step Definitions

npm version

Prerequesites

Install

Run $ npm install --save-dev highly-attractive-step-definitions to include this library into your package.json's devDependencies.

Usage

In your features/step_definitions/myStepDefinitions.js (or similar):

module.exports = function() {
  var options = {/* Optional configurations to pass to the web driver. */};
  require('highly-attractive-step-definitions').call(this, options);
}

That's the bare minimum to have these step definitions available to you. Take a peak into the steps directory to see the provided step definitions.

At this point, use the documentation on Cucumber-JS on how to write and execute your features.

Oh yeah, make sure You're running a web driver on 127.0.0.1:4444!

About

👔 Highly Attractive (Gherkin) Step Definitions

Resources

Stars

Watchers

Forks

Packages

No packages published