Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 1.03 KB

File metadata and controls

20 lines (14 loc) · 1.03 KB

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:

  1. playwright.config.ts
  2. tests/default-wordpress.spec.ts
  3. src/global-setup.ts
  4. tests/front-end.spec.ts
  5. src/test-utils/test.ts

... then the rest.