More information on Jest and Supertest
- node (recommended version 16 and above)
- Run all tests
npm run test - Run specific tests
npm run test getRequest.test.js - Run multiple tests
npm run test getRequest.test.js postRequest.test.js
The test results will display in the CLI and in the reports folder after tests finish up.