Skip to content

Latest commit

 

History

History

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

e2e test

installed with:

npm init playwright@latest

run test

  1. Start frontend with e.g. browsersync on port 3000
  2. Run the tests with test UI: npx playwright test --ui, or in browser: npx playwright test
  3. Open reports: npx playwright show-report