Skip to content

Commit d90568e

Browse files
committed
fix: specify custom report directory for e2e test reports
1 parent 3d20275 commit d90568e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"test:e2e": "playwright test",
2828
"test:e2e:ui": "playwright test --ui",
2929
"test:e2e:debug": "playwright test --debug",
30-
"test:e2e:report": "playwright show-report"
30+
"test:e2e:report": "playwright show-report tests/e2e/__report__"
3131
},
3232
"dependencies": {
3333
"@crowdin/crowdin-api-client": "^1.25.0",

0 commit comments

Comments
 (0)