api-testing Training project for API testing Install Install all the necessary dependency using npm : npm install Linter Check Checking the code with Linter for errors: npm run lint Test Run Running tests: npm test Tests Report Configure the report: npx allure serve allure-results