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
- Host: GitHub
- URL: https://github.com/sri85/chakram-demo
- Owner: sri85
- Created: 2017-09-04T21:34:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T08:52:18.000Z (over 6 years ago)
- Last Synced: 2025-03-23T02:13:37.898Z (7 months ago)
- Topics: chakram, chakram-demo, rest-api, test-framework
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)