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
Hello, I have tests that are separated by different startup methods that occur when certain variables are passed in
npx cypress open --env ENV='dev',PROJECT=AR,COMPONENT=WALLET
Here's my example of running the test
Where I pass env as an environment variable (I have 3 of them)
I also pass project (we have 20 of them)
I also optionally pass component if needed, or without it.
After running, I have grep tag tests with project constants and also define references for the defined env.
But I don't understand how I can make a parallel using this package. Please give me a hint.
The text was updated successfully, but these errors were encountered:
Hello, I have tests that are separated by different startup methods that occur when certain variables are passed in
npx cypress open --env ENV='dev',PROJECT=AR,COMPONENT=WALLET
Here's my example of running the test
Where I pass env as an environment variable (I have 3 of them)
I also pass project (we have 20 of them)
I also optionally pass component if needed, or without it.
After running, I have grep tag tests with project constants and also define references for the defined env.
But I don't understand how I can make a parallel using this package. Please give me a hint.
The text was updated successfully, but these errors were encountered: