/slidev_e2e_test

Explain and demo web front-end e2e test

Primary LanguageTypeScript

Welcome to Slidev!

To start the slide show:

Edit the slides.md to see the changes.

Learn more about Slidev on documentations.

Test Project

Install Playwright:

  • npx playwright install

Run tests:

npx playwright test

CI

Reference: How to use Playwright with GitHub Actions for e2e testing of Vercel preview deployments

TODOs

  • 介紹 playwright locator, assertion
  • 說明 getByRole 的 role 是 WAI-ARIA
    • 怎麼用瀏覽器看元素的 role
  • 先說明要測的項目
  • 增加失敗案例