Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 1.59 KB

File metadata and controls

78 lines (64 loc) · 1.59 KB
theme background title info class highlighter drawings transition mdc
default
Automated Testing
text-center
shiki
persist
slide-left
true

Automated Testing

Why fix something in 5 mins,
if you can automate it in 5 hours?


transition: slide-up

Agenda

  1. Playwright overview
    1. Actions and Assertions
    2. Frontend testing
    3. Backend (API) testing
  2. Creating your first E2E test
  3. Advanced techniques

transition: slide-left src: ./pages/playwright/00_frontend.md


src: ./pages/playwright/01_backend.md


transition: slide-down src: ./pages/playwright/02_backend_real_example.md


src: ./pages/first-test/00_playwright_setup.md


src: ./pages/first-test/01_playwright_setup.md


src: ./pages/first-test/03_write_first_test.md layout: two-cols


src: ./pages/first-test/04_playwright_codegen.md


src: ./pages/advanced/00_tips.md


src: ./pages/end.md layout: end