We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6899682 commit 6e69f0aCopy full SHA for 6e69f0a
.github/workflows/run-tests.yml
@@ -254,6 +254,7 @@ jobs:
254
run: |
255
npx playwright merge-reports --reporter html ./all-blob-reports
256
npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json
257
+ npx playwright merge-reports --reporter list ./all-blob-reports
258
259
# FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this.
260
# - name: Notify Slack
0 commit comments