Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 563 Bytes

File metadata and controls

33 lines (23 loc) · 563 Bytes

Playwright Automation Project

Features

  • UI Testing with Playwright (Login, Form Validation, Navigation)
  • API Testing with Playwright
  • Page Object Model (POM) for maintainability
  • CI/CD with GitHub Actions

Setup

npm install

Run Tests

npx playwright test

CI/CD

  • GitHub Actions workflow is in .github/workflows/playwright.yml
  • Automatically runs tests on push/pull requests