From 6e69f0adb2b6a0f2ec51de24bcebd9f49be036b7 Mon Sep 17 00:00:00 2001 From: Michal Piechowiak Date: Tue, 18 Jun 2024 16:40:58 +0200 Subject: [PATCH] chore: output playwright report in readable form in github actions output --- .github/workflows/run-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 9980078b1a..8ae5452a24 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -254,6 +254,7 @@ jobs: run: | npx playwright merge-reports --reporter html ./all-blob-reports npx playwright merge-reports --reporter json ./all-blob-reports > merged_reports.json + npx playwright merge-reports --reporter list ./all-blob-reports # FIXME(serhalp) Once we recover access to the SquidlifyBot Slack App, reenable this. # - name: Notify Slack