This repository contains a test automation framework for Web UI and API testing, built with Playwright and TypeScript.
- Install dependencies:
npm install - Run all tests:
npm test - Run UI tests on Chrome:
npm run test:ui - Run UI tests on all browsers:
npm run test:ui:all - Run only API tests:
npm run test:api - View the HTML report:
npm run report