Skip to content
/ chimp Public
forked from xolvio/chimp

BDD acceptance testing package combining CucumberJS, PhantomJS, WebdriverIO and Jasmine/Chai. Plays nicely with Meteor Velocity, Simian and SauceLabs

License

Notifications You must be signed in to change notification settings

lucetius/chimp

 
 

Repository files navigation

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.

About

BDD acceptance testing package combining CucumberJS, PhantomJS, WebdriverIO and Jasmine/Chai. Plays nicely with Meteor Velocity, Simian and SauceLabs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.7%
  • Gherkin 1.4%
  • Other 0.9%