From 8fb57d365bfb7eb6aa2cfee856aff4f0fbe3919e Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Tue, 1 Nov 2022 10:32:30 -0500 Subject: [PATCH] Remove cypress dashboard (#8518) --- .github/workflows/test.yml | 2 +- cypress/cypress-free.json | 1 - cypress/cypress-premium.json | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) 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 }