API Testing, Basic setup
Basic setup for API tests using SuperTest, Mocha, Chai and Mochawesome reporter.
Easy peasy setup
- Clone the repo
- Run
npm install
- Run the tests:
- Run
npm test
to run all the tests - Run
npm run testReport
to run tests and generate a Mochawesome report
- Run