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

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)

Awesome Lists containing this project

README

        

# Okra
A test harness & assertion tool for web pages and API endpoints.

[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
[![Build Status](https://travis-ci.org/bradoyler/okra.svg?branch=master)](https://travis-ci.org/bradoyler/okra)

> No db required, just push it to Heroku

## Demo
![okra demo](https://cloud.githubusercontent.com/assets/425966/17274396/22c00b3a-56ad-11e6-8e69-b8e485786f77.gif)

### 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)