From f3a4df52b07c6aad7e2ccce0c064c4e89b963e78 Mon Sep 17 00:00:00 2001 From: DarkSky Date: Mon, 8 Aug 2022 16:07:35 +0800 Subject: [PATCH] chore: e2e record --- .github/workflows/check.yml | 2 +- apps/ligo-virgo-e2e/cypress.config.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index d527601e8..cb60766a0 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,7 +23,7 @@ jobs: number-of-agents: 2 parallel-commands: | pnpm exec nx-cloud record -- pnpm exec nx format:check - pnpm e2e:ci + pnpm e2e:ci ${{ github.ref == 'refs/heads/develop' && '--record --key ' + secrets.NX_CYPRESS_KEY || '' }} parallel-commands-on-agents: | pnpm exec nx affected --target=lint --parallel=2 --exclude=components-common,keck,theme pnpm exec nx affected --target=build --parallel=2 diff --git a/apps/ligo-virgo-e2e/cypress.config.ts b/apps/ligo-virgo-e2e/cypress.config.ts index 1b442e1da..46bcce890 100644 --- a/apps/ligo-virgo-e2e/cypress.config.ts +++ b/apps/ligo-virgo-e2e/cypress.config.ts @@ -1,6 +1,7 @@ import { defineConfig } from 'cypress'; module.exports = defineConfig({ + projectId: 'r1wrqr', e2e: { supportFile: './src/support/index.ts', specPattern: './src/integration',