https://github.com/bradoyler/okra
Okra - a smoke-test harness (OK Response Assertion)
https://github.com/bradoyler/okra
Last synced: 18 days ago
JSON representation
Okra - a smoke-test harness (OK Response Assertion)
- Host: GitHub
- URL: https://github.com/bradoyler/okra
- Owner: bradoyler
- Created: 2015-07-15T02:24:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T02:17:58.000Z (over 8 years ago)
- Last Synced: 2025-02-13T05:41:30.070Z (2 months ago)
- Language: JavaScript
- Homepage: http://okra-web.herokuapp.com/
- Size: 34.2 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Okra
A test harness & assertion tool for web pages and API endpoints.[](https://github.com/feross/standard)
[](https://travis-ci.org/bradoyler/okra)
> No db required, just push it to Heroku
## Demo
### Install
```
$ git clone https://github.com/bradoyler/okra.git
$ cd okra
$ sudo npm install```
### Run
```
$ gulp```
Goto: [localhost:3000](http://localhost:3000)### Modify tests
see: [testData.js](https://github.com/bradoyler/okra/blob/master/testData.js)