Replies: 1 comment
-
Percy gets the HTML snapshot from cypress when you call |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I´m running an e2e test with cypress on an internal site that uses certificates to authenticate.
I have everything running in the pipeline, taking the certificates from the azure secure files.
When trying to use Percy to take screenshots on my eE2E test I send blank screenshots to Percy
in my pipeline I downloaded the certificates first from the secure files to the agent.
then I run the project locally using
npm run start & ( sleep 60 ; npx percy exec -- cypress run )
my e2e test passed but the screenshots are blank, any ideas?
Pipeline setup - azure-pipelines.yml:
Code to grab certificates and pass them to process.env
Configuration Cypress - cypress.config.ts
grabbing certificate from process.env
Percy Configuration - .percyrc
Beta Was this translation helpful? Give feedback.
All reactions