mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
24 lines
866 B
JSON
24 lines
866 B
JSON
{
|
|
"testRunner": "jest",
|
|
"runnerConfig": "e2e/config.json",
|
|
"configurations": {
|
|
"ios": {
|
|
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/Notesnook.app",
|
|
"build": "xcodebuild -workspace ios/Notesnook.xcworkspace -scheme Notesnook -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build",
|
|
"type": "ios.simulator",
|
|
"device": {
|
|
"type": "iPhone 11 Pro"
|
|
}
|
|
},
|
|
"android.emu.debug": {
|
|
"binaryPath": "android/app/build/outputs/apk/debug/app-arm64-v8a-debug.apk",
|
|
"testBinaryPath": "android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk",
|
|
"build": "cd android && ./gradlew app:assembleDebug app:assembleAndroidTest -DtestBuildType=debug && cd ..",
|
|
"type": "android.attached",
|
|
"device":{
|
|
"avdName":"LMG710ULM3d3678f0"
|
|
}
|
|
}
|
|
}
|
|
}
|