Skip to content

Latest commit

 

History

History

playwright

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Playwright e2e test

You may need to install playwright test browsers if have not.

npx playwright install --with-deps

All e2e tests are in e2e/.

Run e2e tests with:

npm run test:e2e

Note the playwright config automatically runs "npm start" before playwright.

For more information, visit https://playwright.dev/docs/test-cli