Playwright_Demo

Playwright Automation Showcase

A comprehensive demonstration of advanced end-to-end (E2E) testing capabilities using Playwright. This repository serves as a portfolio piece illustrating modern QA engineering practices, resilient automation strategies, and continuous integration.

Check out the fully interactive Playwright HTML Test Report generated automatically via GitHub Actions: View Live Test Report

Highlights

This project utilizes the todomvc.com/examples/react application as a testing ground to demonstrate the following Playwright skills:

Running Locally

1. Clone the repository

git clone https://github.com/akashrane/Playwright_Demo.git
cd Playwright_Demo

2. Install dependencies:

npm install

3. Install Playwright browsers:

npx playwright install --with-deps

4. Run the test suite:

npx playwright test

5. View the test report:

npx playwright show-report