Add e2e test device config for Nexus 5
This commit is contained in:
@@ -106,6 +106,12 @@
|
||||
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
|
||||
"type": "android.emulator",
|
||||
"name": "Nexus_5X_API_28"
|
||||
},
|
||||
"nexus-5": {
|
||||
"binaryPath": "android/app/build/outputs/apk/debug/app-debug.apk",
|
||||
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
|
||||
"type": "android.emulator",
|
||||
"name": "Nexus_5_API_23"
|
||||
}
|
||||
},
|
||||
"test-runner": "mocha"
|
||||
|
||||
Reference in New Issue
Block a user