-
|
Hi, We run Cypress in a GitLab pipeline, using I've managed to run Percy and Cypress stand alone, outside of Here is a snipper of my Here is a snipper with Percy that does not work. The output is: The image we are using contains: Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
hey @CynanX 👋
|
Beta Was this translation helpful? Give feedback.
-
|
The fix for this is not to use ‘—‘ in the command. So for anyone running this in docket compose, use:
|
Beta Was this translation helpful? Give feedback.
The fix for this is not to use ‘—‘ in the command.
So for anyone running this in docket compose, use:
command: npx percy exec --parallel cypress run --browser chrome --group Chrome --ci-build-id ${CI_PIPELINE_ID} --record --parallel --key ${CYPRESS_KEY}