Skip to content

Commit 6e69f0a

Browse files
committed
chore: output playwright report in readable form in github actions output
1 parent 6899682 commit 6e69f0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ jobs:
254254
run: |
255255
npx playwright merge-reports --reporter html ./all-blob-reports
256256
npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json
257+
npx playwright merge-reports --reporter list ./all-blob-reports
257258
258259
# FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this.
259260
# - name: Notify Slack

0 commit comments

Comments
 (0)