Skip to content

fix(cypress): add deprecation notice #1001

fix(cypress): add deprecation notice

fix(cypress): add deprecation notice #1001

Workflow file for this run

name: E2E
on:
pull_request:
branches:
- main
types: [opened, synchronize, reopened]
jobs:
e2e:
permissions:
contents: read
name: E2E
uses: ./.github/workflows/main.yml
with:
runs-on: ubuntu-latest
node-version: 22
number-of-agents: 3
parallel-commands-on-agents: |
npx nx affected --base=last-release --target=e2e --parallel=1
environment-variables: |
NX_E2E_CI_CACHE_KEY=e2e-gha
NODE_OPTIONS=--max_old_space_size=8192
NX_VERBOSE_LOGGING=${{ 'true' }}
NX_E2E_SKIP_BUILD_CLEANUP=${{ 'true' }}
NPM_CONFIG_USERCONFIG=$RUNNER_TEMP/.npmrc
NX_RUN_GROUP=${{ github.run_id }}
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
agents:
name: Nx Cloud - Agents
uses: ./.github/workflows/agents.yml
with:
runs-on: ubuntu-latest
node-version: 22
number-of-agents: 3
environment-variables: |
NX_RUN_GROUP=${{ github.run_id }}
secrets:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}