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 2cd50c2 commit 4180eb4Copy full SHA for 4180eb4
.github/workflows/dojo-e2e.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Run tests
81
working-directory: typescript-sdk/apps/dojo/e2e2
82
- run: npx wait-port 9999 && sleep 10 && pnpm exec playwright test --reporter=line
+ run: npx wait-port 9999 && sleep 10 && pnpm exec playwright test --reporter=dot
83
84
- name: Upload traces
85
if: always() # Uploads artifacts even if tests fail
0 commit comments