You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we pass unique arguments to each thread?
For eg: I am going to pass t as 2, I want the first thread to use CredentialsA and second thread to use CredentialsB. Is it possible?
The text was updated successfully, but these errors were encountered:
That can be handled on the Cypress side. Because the environment variable is set to CYPRESS_THREAD, anything prepended with CYPRESS_ can be accessed like so: Cypress.env('THREAD'). For example, you can do something like the following
Hi,
Can we pass unique arguments to each thread?
For eg: I am going to pass t as 2, I want the first thread to use CredentialsA and second thread to use CredentialsB. Is it possible?
The text was updated successfully, but these errors were encountered: