Skip to content

A collection of helpful step definitions for cucumber with chimp.

License

Notifications You must be signed in to change notification settings

sudokrew/krewcumber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Krewcumber

krewcumber npm

Designed to work with Chimp. Krewcumber is a library that makes use of WebdriverIO and Cucumber to make writing user acceptance tests easier.

This library adds steps that are useful for testing web applications.

Installation

Please make sure to install Chimp either globally or locally depending on your project's needs:

npm install --save-dev krewcumber chimp

Registering step definitions

After installing, make sure to register step definitions by adding a features/step_definitions/steps.js file to your project.

var Krewcumber = require('krewcumber');

module.exports = function () {
  Krewcumber.init(this);
}

About

A collection of helpful step definitions for cucumber with chimp.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published