Skip to content

bobby5892/light-weight-api-tester

Repository files navigation

lightweight-api-tester (lwat)

A super light weight - node console app for testing web http endpoints. Supporting cookie/session logins for testing endpoints that require logging in. Supports just HTTP - no HTTPS - is intended for devs to be able to test projects in their development environment.

Intall Babel-cli first

npm install -g @babel/cli npm install -g @babel/core npm update

To run after install

npm start

Edit test.js and do your assertions

dont forget.. you can console.log the response if you want to look at it while quickly writing tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published