Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 322 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 322 Bytes

UNA e2e tests using Playwright

Install depedences:

npm install

Install browsers:

npx playwright install

Run tests:

npm run test

Run tests interactively:

npm run test:headed

Debug tests:

npm run debug

Run tests code generator:

npm run codegen