Skip to content

Instantly share code, notes, and snippets.

@adam-stasiak
Created February 8, 2018 13:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adam-stasiak/3dacba5db604a5d968a4c2327ae43a6f to your computer and use it in GitHub Desktop.
Save adam-stasiak/3dacba5db604a5d968a4c2327ae43a6f to your computer and use it in GitHub Desktop.
"detox": {
"configurations": {
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/PolideaSample.app",
"build": "xcodebuild -project ios/PolideaSample.xcodeproj -scheme PolideaSample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "iPhone 6s Plus"
},
"android.emu.debug": {
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
"build":
"cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=debug && cd ..",
"type": "android.emulator",
"name": "Pixel_API_26"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment