Completed task of creating tests in Postman and GitHub Actions practice.
The task is described here.
- Node.js
- Git
- Clone the repo using:
git clone https://github.com/KaHDaPaIII/API-testing-task
- Navigate to folder:
cd API-testing-task
- Install npm packages using:
npm install
- Turn on the API server:
npm run turn-on-api
- In another console, run tests with the Newman HTML reporter:
npm run tests
- Open the report:
./report/index.html