0.1.0 • Published 5 years ago

antenner v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Antenner

A lightweight API endpoint testing tool

Installation

Install globally with NPM:

npm install -g antenner

Usage

First you will need to initialize Antenner in your project:

antenner init

Once setup, you can start adding requests to the _antenner folder. These requests live in the requests folder. You can then make that request by running (replacing with your request file name, excluding the file extension):

antenner run <REQUEST>

You can also run tests on a request. Create a test in the tests folder and run it using (replacing with the file name of your test, excluding the file extension):

antenner test <TEST>

You can run all tests with:

antenner test

License

MIT

0.1.0

5 years ago