npx playwright test # all 17 specsnpx playwright test tests/smoke.spec.js # single specnpx playwright test -g "page loads" # by titlenpx playwright test --project=smoke # smoke only
Playwright tests require the server running on :2326 and use Microsoft Edge.