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)
pip install -r requirements.txt
playwright install
pytest -v --max-links 50 --a11y-fail-level serious