From a3d34af80b26c93b6a084ab92f406530620de784 Mon Sep 17 00:00:00 2001 From: R Midhun Suresh Date: Thu, 9 Nov 2023 00:26:57 +0530 Subject: [PATCH] Remove more code --- .github/workflows/cypress.yaml | 8 ++++---- cypress/support/e2e.ts | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 2107ca3621..222e7b7a9e 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -162,15 +162,15 @@ jobs: wait-on: "http://localhost:8080" record: true parallel: false - command: "yarn percy exec --parallel -- npx cypress-cloud run" + command: "yarn percy exec --parallel --" ci-build-id: ${{ needs.prepare.outputs.uuid }}-${{ matrix.crypto }} spec: cypress/e2e/[${{ matrix.segment }}]*/** env: # pass the Dashboard record key as an environment variable CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - CURRENTS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} - CURRENTS_PROJECT_ID: ${{ github.repository }} - CURRENTS_API_URL: ${{ vars.CURRENTS_API_URL }} + # CURRENTS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} + # CURRENTS_PROJECT_ID: ${{ github.repository }} + # CURRENTS_API_URL: ${{ vars.CURRENTS_API_URL }} # Use existing chromium rather than downloading another PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index 856357c8bf..b98732f11f 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -20,7 +20,6 @@ import "@percy/cypress"; import "cypress-real-events"; import "@testing-library/cypress/add-commands"; import installLogsCollector from "cypress-terminal-report/src/installLogsCollector"; -import "cypress-cloud/support"; import "./config.json"; import "./homeserver";