2.0.2 • Published 2 years ago

@samuelvinay/restapitests v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

REST-API-Automation

Technology

1.PactumJS 2.Jest 3.TypeScript 4.ESlint,Prettier,Husky 5.Allure reporting

Getting Started

npm install
npm run test - if project is checked out, it will run tests
ENV=qa node index.js - Provide ENV variable to run tests as node package
## Reports

The test report will show as a HTML webpage on a new window tab.

For running the test and show the report:

```bash
npm run report

Work Flow

TODOs/Pending