Skip to content

Repository files navigation

Playwright Automation Framework

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.

🚀 Tech Stack

  • Playwright
  • JavaScript
  • Node.js
  • Git
  • GitHub

📂 Project Structure

tests/ login.spec.js practice.spec.js download.spec.js

playwright.config.js
package.json
README.md

⚙️ Installation

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

▶️ Running Tests

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

📊 Test Reports

After execution, open the HTML report:

npx playwright show-report

🔍 Features

  • End-to-End UI Automation
  • Cross-browser testing support
  • Fast parallel execution
  • HTML test reports
  • Easy test maintenance

👨‍💻 Author

Divyanshu Sharma
QA Automation Engineer

About

my playwrights tests

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages