diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 432b25aa0c..eed4807713 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,7 +104,7 @@ jobs: make e2e-serve-${{ matrix.fleet-tier }} & sleep 3 make e2e-setup - yarn cypress run --config-file cypress/cypress-${{ matrix.fleet-tier }}.json + yarn cypress run --record --key ${{ secrets.CYPRESS_API_TOKEN }} --config-file cypress/cypress-${{ matrix.fleet-tier }}.json - name: Upload artifacts if: failure() diff --git a/cypress/cypress-free.json b/cypress/cypress-free.json index b1d63fc84d..bded4d9cab 100644 --- a/cypress/cypress-free.json +++ b/cypress/cypress-free.json @@ -8,5 +8,6 @@ "openMode": 0 }, "video": false, - "videoUploadOnPasses": false + "videoUploadOnPasses": false, + "projectId": "oteb8z" } diff --git a/cypress/cypress-premium.json b/cypress/cypress-premium.json index 97be3100eb..dd42cc5b8b 100644 --- a/cypress/cypress-premium.json +++ b/cypress/cypress-premium.json @@ -8,5 +8,6 @@ "openMode": 0 }, "video": false, - "videoUploadOnPasses": false + "videoUploadOnPasses": false, + "projectId": "oteb8z" }