From 4450c117dd28c74016e41e1c2a0622aa0f0cf9ea Mon Sep 17 00:00:00 2001 From: Gery Hirschfeld Date: Mon, 14 Aug 2023 21:14:50 +0200 Subject: [PATCH] chore: add visual reporter --- .github/workflows/actions/test-e2e/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions/test-e2e/action.yml b/.github/workflows/actions/test-e2e/action.yml index 82ee208029..43682183e5 100644 --- a/.github/workflows/actions/test-e2e/action.yml +++ b/.github/workflows/actions/test-e2e/action.yml @@ -15,6 +15,10 @@ runs: SPLIT: ${{ strategy.job-total }} SPLIT_INDEX: ${{ strategy.job-index }} + - name: Report Visual Failures + if: failure() + run: npm run visual:report + - name: Upload snapshots uses: actions/upload-artifact@v3 if: failure()