diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c0b0842c13..5be2d4208e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -114,7 +114,7 @@ jobs: make e2e-serve-${{ matrix.fleet-tier }} & sleep 3 make e2e-setup - yarn cypress run --record --key=${{ secrets.CYPRESS_API_TOKEN }} --config-file cypress/cypress-${{ matrix.fleet-tier }}.json + yarn cypress run --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 f8c4fa5686..d6f778384a 100644 --- a/cypress/cypress-free.json +++ b/cypress/cypress-free.json @@ -9,6 +9,5 @@ }, "video": false, "videoUploadOnPasses": false, - "projectId": "oteb8z", "defaultCommandTimeout": 8000 } diff --git a/cypress/cypress-premium.json b/cypress/cypress-premium.json index e2b9887e41..7219e3d6fe 100644 --- a/cypress/cypress-premium.json +++ b/cypress/cypress-premium.json @@ -9,6 +9,5 @@ }, "video": false, "videoUploadOnPasses": false, - "projectId": "oteb8z", "defaultCommandTimeout": 8000 }