We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e3581 commit 3085e71Copy full SHA for 3085e71
typescript-sdk/apps/dojo/e2e/package.json
@@ -6,7 +6,8 @@
6
"scripts": {
7
"postinstall": "playwright install --with-deps",
8
"test": "playwright test",
9
- "test:ui": "playwright test --ui"
+ "test:ui": "playwright test --ui",
10
+ "report": "playwright show-report"
11
},
12
"devDependencies": {
13
"@playwright/test": "^1.43.1",
0 commit comments