e2e test installed with: npm init playwright@latest run test Start frontend with e.g. browsersync on port 3000 Run the tests with test UI: npx playwright test --ui, or in browser: npx playwright test Open reports: npx playwright show-report