Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Last active September 19, 2021 13:45
Show Gist options
  • Save majirosstefan/125387f7863898c7814ac46a4bca0573 to your computer and use it in GitHub Desktop.
Save majirosstefan/125387f7863898c7814ac46a4bca0573 to your computer and use it in GitHub Desktop.
Running Cavy Tests with Variants / Flavors / Schemes
//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