Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.56 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.56 KB

Chimp by Xolv.io

Circle CI Gitter

This package allows you to easily write the automating code in BDD using Cucumber.js or Mocha (Jasmine soon).

You can use chimp with any technology stack since it allows your to write your automation layer in JavaScript ( the language of the web.)

Click here to see a demo.

Installation

npm install chimp

Documentation

You can read read the full documentation here.

Prerequisites

You need to be sure you have the following installed:

  • Node & NPM
  • Java 1.8+
  • Google Chrome (or you can set the --browser flag and use any other browser)

Chimp will do the rest.

Using Meteor?

Installation

Our xolvio:cucumber package wraps Chimp and gives you an even smoother development experience.

meteor add xolvio:cucumber

Get the Book

To learn more about testing with Meteor, consider purchasing our book The Meteor Testing Manual.

Your support helps us continue our work on Chimp, Meteor Cucumber and Velocity.