Skip to content

Commit 4180eb4

Browse files
committed
use dot reporter so traces actually generate
1 parent 2cd50c2 commit 4180eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dojo-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: Run tests
8181
working-directory: typescript-sdk/apps/dojo/e2e2
82-
run: npx wait-port 9999 && sleep 10 && pnpm exec playwright test --reporter=line
82+
run: npx wait-port 9999 && sleep 10 && pnpm exec playwright test --reporter=dot
8383

8484
- name: Upload traces
8585
if: always() # Uploads artifacts even if tests fail

0 commit comments

Comments
 (0)