Add e2e test device config for Nexus 5

This commit is contained in:
Julia Friesel
2020-02-11 09:36:15 +01:00
parent c7f0c1cb6f
commit 856f6216ee
+6
View File
@@ -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"