This project contains automated APi tests with the use of supertest & jest modules. This project is based on bolierplate generator created by me
npm install
to install dependencies
npm run test:api:dev
to run Api integration tests
Test report is generated in html and xml junit formats and are available at ./reports
directory
This project contains github Actions for running tests in pipeline on every commit. It also contains a demo gitlab pipeline config to execute tests in dev/staging env