Skip to content

Rkruhh/loopqa-playwright-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoopQA Playwright Tests

End-to-end test suite for LoopQA built with Playwright.

Prerequisites

  • Node.js 18+
  • npm

Setup

npm install
npx playwright install

Running Tests

# Run all tests
npm test

# Run in headed mode (see the browser)
npm run test:headed

# Run with Playwright UI
npm run test:ui

# Debug tests
npm run test:debug

# View HTML report
npm run report

Test Structure

File Coverage
homepage.spec.ts Homepage load, hero section, key elements
navigation.spec.ts Nav links, menu structure, routing
contact.spec.ts Contact form, validation, submission
services.spec.ts Services page content and layout

CI/CD

Tests run automatically on push and pull request via GitHub Actions. See .github/workflows/playwright.yml.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors