How to provide single set of login credentials with all E2E spec file while executing it in parallel mode? #27807
abhikhanzode
started this conversation in
General
Replies: 1 comment 2 replies
-
@abhikhanzode did you tried crewting custom command in command.js file? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello...!
We are attempting to run E2E spec files in parallel on multiple machines using Cypress Cloud by integrating with Azure CI. We are currently encountering a challenge with user login details, as there is only a single set of login credentials needed to provide for all E2E spec files. This is causing conflicts during parallel test execution. Unfortunately, we cannot provide separate user login details for each E2E spec file.
How can we resolve this issue? Could someone provide guidance on this problem?
Thank You,
Beta Was this translation helpful? Give feedback.
All reactions