README
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
antenner run <REQUEST>
You can also run tests on a request. Create a test in the tests
folder and run it using (replacing
antenner test <TEST>
You can run all tests with:
antenner test