Skip to content

michelleshull/peony_playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright + Python Example: Wikipedia “Peony”

This repo shows a clean, portfolio-ready Playwright test suite in Python that:

  • Measures load performance and Navigation Timing
  • Asserts key UI elements on the Wikipedia article
  • Checks same-origin Wikipedia links for errors
  • Runs an axe-core accessibility scan (WCAG A/AA)

Quickstart

pip install -r requirements.txt playwright install

⚠️ Place assets/axe.min.js yourself (from https://cdnjs.cloudflare.com/ajax/libs/axe-core/4.9.1/axe.min.js). Keeping it local avoids flaky network calls.

Run Tests

pytest -v --max-links 50 --a11y-fail-level serious

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages