This repository contains end-to-end UI automation tests built using Playwright with JavaScript.
The framework is designed to perform automated testing of web applications with fast execution, reliable selectors, and detailed test reporting.
- Playwright
- JavaScript
- Node.js
- Git
- GitHub
tests/ login.spec.js practice.spec.js download.spec.js
playwright.config.js
package.json
README.md
Clone the repository:
git clone https://github.com/your-username/playwright_automation_tests.git
Navigate to project folder:
cd playwright_automation_tests
Install dependencies:
npm install
Run all tests:
npx playwright test
Run tests in headed mode:
npx playwright test --headed
Run a specific test file:
npx playwright test tests/login.spec.js
After execution, open the HTML report:
npx playwright show-report
- End-to-End UI Automation
- Cross-browser testing support
- Fast parallel execution
- HTML test reports
- Easy test maintenance
Divyanshu Sharma
QA Automation Engineer