mhurwi / chimp

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

Home Page:http://chimpjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chimp by Xolv.io

Circle CI Gitter

This package allows you to easily write the automating code in BDD using Cucumber.

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

http://chimpjs.com

License:MIT License


Languages

Language:JavaScript 97.6%Language:Gherkin 1.5%Language:Shell 0.6%Language:CSS 0.2%Language:HTML 0.1%Language:CoffeeScript 0.0%