Remove more code
parent
8df76839b2
commit
a3d34af80b
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue