https://github.com/tomdionysus/apitest
An API Integration testing framework in CoffeeScript/Node
https://github.com/tomdionysus/apitest
api automation coffeescript testing
Last synced: about 1 year ago
JSON representation
An API Integration testing framework in CoffeeScript/Node
- Host: GitHub
- URL: https://github.com/tomdionysus/apitest
- Owner: tomdionysus
- License: bsd-4-clause
- Created: 2016-03-28T00:59:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-06T01:32:23.000Z (about 9 years ago)
- Last Synced: 2025-03-12T18:11:55.535Z (over 1 year ago)
- Topics: api, automation, coffeescript, testing
- Language: CoffeeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# APITest
APITest is a DSL for writing API integration suites.
## Installation
Install dependencies using `npm`:
```
npm install
```