Last active
September 19, 2021 13:45
-
-
Save majirosstefan/125387f7863898c7814ac46a4bca0573 to your computer and use it in GitHub Desktop.
Running Cavy Tests with Variants / Flavors / Schemes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//in package.json | |
{ | |
"e2e:ios": "cavy run-ios --scheme GreenPassIssuerProdRelease --configuration Prod.Release -t 10 --verbose", | |
// "e2e:iosDebug": "cavy run-ios --scheme GreenPassIssuerProdDebug --configuration Prod.Debug -t 10 --verbose", | |
"e2e:android": "cavy run-android --variant=prodRelease -t 2 --verbose --xml" | |
// "e2e:androidDebug": "cavy run-android --variant=prodDebug -t 2 --verbose --xml" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment