Skip to content

Commit 71dfd18

Browse files
Copilotandrew-polk
andcommitted
chore: add e2e script and execute playwright tests
Co-authored-by: andrew-polk <5847219+andrew-polk@users.noreply.github.com>
1 parent e6e13a1 commit 71dfd18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"l10n:download": "crowdin download",
2020
"l10n:update-locales": "ts-node scripts/update-locales.ts",
2121
"test": "nx run-many --target test --all --parallel",
22-
"testonce": "nx run-many --target test --all --run"
22+
"testonce": "nx run-many --target test --all --run",
23+
"e2e": "nx run-many --target e2e --all"
2324
},
2425
"devDependencies": {
2526
"@crowdin/cli": "^4.6.1",

0 commit comments

Comments
 (0)