Skip to content

Commit

Permalink
Get proper cypress record key for reporter component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWinds committed May 26, 2022
1 parent f8935fd commit 5b0917f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ commands:
cmd=$([[ <<parameters.percy>> == 'true' ]] && echo 'yarn percy exec --parallel -- --') || true
DEBUG=<<parameters.debug>> \
CYPRESS_KONFIG_ENV=production \
CYPRESS_RECORD_KEY=$TEST_LAUNCHPAD_RECORD_KEY \
CYPRESS_RECORD_KEY=${TEST_LAUNCHPAD_RECORD_KEY:-$MAIN_RECORD_KEY} \
PERCY_PARALLEL_NONCE=$CIRCLE_SHA1 \
PERCY_ENABLE=${PERCY_TOKEN:-0} \
PERCY_PARALLEL_TOTAL=-1 \
Expand Down Expand Up @@ -2341,7 +2341,7 @@ linux-workflow: &linux-workflow
requires:
- build
- run-reporter-component-tests-chrome:
context: [test-runner:launchpad-tests, test-runner:percy]
context: [test-runner:cypress-record-key, test-runner:percy]
percy: true
requires:
- build
Expand Down

0 comments on commit 5b0917f

Please sign in to comment.