Welcome to Slidev!
To start the slide show:
npm install
npm run dev
- visit http://localhost:3030
Edit the slides.md to see the changes.
Learn more about Slidev on documentations.
Install Playwright:
npx playwright install
Run tests:
npx playwright test
Reference: How to use Playwright with GitHub Actions for e2e testing of Vercel preview deployments
- 介紹 playwright locator, assertion
- 說明 getByRole 的 role 是 WAI-ARIA
- 怎麼用瀏覽器看元素的 role
- 先說明要測的項目
- 增加失敗案例