Skip to content

Commit 3085e71

Browse files
committed
add report command
1 parent 36e3581 commit 3085e71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typescript-sdk/apps/dojo/e2e/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"scripts": {
77
"postinstall": "playwright install --with-deps",
88
"test": "playwright test",
9-
"test:ui": "playwright test --ui"
9+
"test:ui": "playwright test --ui",
10+
"report": "playwright show-report"
1011
},
1112
"devDependencies": {
1213
"@playwright/test": "^1.43.1",

0 commit comments

Comments
 (0)