This project is a Playwright-based test automation framework built with TypeScript. It includes automated test cases for a demo E-commerce platform, covering key functionalities such as:
- Product Detail Page (PDP) tests
- Product Listing Page (PLP) tests
- Checkout flow tests
- Login page tests
- End-to-End (E2E) test scenarios
Before running the tests, ensure that you have the following installed:
- Node.js (latest LTS version recommended)
- Playwright
- TypeScript
Installation To set up the project, clone the repository and install dependencies:
git clone
cd
npm install
npx playwright install
npx playwright test