This project is a homework assignment that contains automated end-to-end tests using Playwright with TypeScript. The tests verify core functionality on Practice Software Testing, a demo e-commerce website.
The test suite includes 3 automated tests.
Framework: Playwright
Language: TypeScript
Requirements: You should have any git client installed NodeJS 21 or higher VSCode
Install dependencies: npm install , npm i dotenv
Run all tests: npx playwright test
View the HTML report (after test run): npx playwright show-report