Skip to content

KunalDSoni/playwright-framework

Repository files navigation

🎭 Playwright POM Framework - SauceDemo

A scalable Playwright test automation framework with Page Object Model, .env configuration, and Allure reporting.

✅ Features

  • Page Object Model structure
  • Environment config via .env
  • Allure and HTML reporting
  • Modular, readable code

📦 Install

npm install
npx playwright install

🧪 Run Tests

npm test

📊 View Reports

npm run report          # HTML report
npm run allure:generate
npm run allure:open     # Allure report

🔒 Credentials

Stored securely in .env file:

BASE_URL=https://www.saucedemo.com
USERNAME=standard_user
PASSWORD=secret_sauce

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors