Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels