From 6fee81b11fc5ec2dce02c6e9c20e291440d810cf Mon Sep 17 00:00:00 2001 From: Binoy Patel Date: Tue, 24 Oct 2023 11:01:24 -0400 Subject: [PATCH] chore(e2e): fix report merging (#5045) * chore(e2e): fix report merging * chore(e2e): add comment linking to env var usage --- .github/workflows/e2e.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c8997ae1ca9..044a1e45796 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -65,6 +65,9 @@ jobs: - name: Run end-to-end tests env: SANITY_E2E_SESSION_TOKEN: ${{ secrets.SANITY_E2E_SESSION_TOKEN }} + # Missing in docs but in use + # here https://github.com/microsoft/playwright/blob/main/packages/playwright/src/reporters/blob.ts#L108 + PWTEST_BLOB_REPORT_NAME: ${{ matrix.project }} run: yarn test:e2e --project ${{ matrix.project }} --shard ${{ matrix.shardIndex }}/${{ matrix.shardTotal }} - uses: actions/upload-artifact@v3