This repository contains the slides and the sample project for the Getting started with the E2E Playwright test utils for WordPress today (WordCamp Montréal 2023) and The fundamentals of E2E testing (Codeable Expert Skill Chats).
Warning
This repository is provided as reference material for the talks. It is not updated regularly and reflects best practices from late 2023. Things may have changed since then.
You can find extra information throughout the files in the form of inline comments.
Recommended order of browsing:
playwright.config.ts
tests/default-wordpress.spec.ts
src/global-setup.ts
tests/front-end.spec.ts
src/test-utils/test.ts
... then the rest.
✌