An open API service indexing awesome lists of open source software.

https://github.com/sri85/chakram-demo

Demo of using chakram for REST Api tests
https://github.com/sri85/chakram-demo

chakram chakram-demo rest-api test-framework

Last synced: 26 days ago
JSON representation

Demo of using chakram for REST Api tests

Awesome Lists containing this project

README

          

## Moo API tests

These API tests are written using chakram and mocha which gives a BDD style of writing tests making
it more human readable.

## Instructions for running tests

# Pre-requisities

1. [NodeJs](https://nodejs.org/en/download/)

# Steps
1. Navigate to `chakram-demo` folder
2. Run `npm install`
3. Run `npm test`

### FootNotes:
All the above commands have been tested on OsX, have not really checked that these work on other platforms.(Linux should be fine , Windows not really sure)