Skip to content

Commit

Permalink
Add e2e test “ui” and “chromium” scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jhildenbiddle committed Apr 15, 2024
1 parent 7c1a308 commit e9d20be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -51,6 +51,8 @@
"serve:dev": "npm run serve -- --dev",
"serve": "node server",
"test:e2e": "playwright test",
"test:e2e:chromium": "playwright test --project='chromium'",
"test:e2e:ui": "playwright test --ui",
"test:integration": "npm run jest -- --selectProjects integration",
"test:unit": "npm run jest -- --selectProjects unit",
"test": "npm run jest && run-s test:e2e",
Expand Down

0 comments on commit e9d20be

Please sign in to comment.