From 856f6216eed637dc60361858110c9c9bd779afe1 Mon Sep 17 00:00:00 2001 From: Julia Friesel Date: Tue, 11 Feb 2020 09:36:15 +0100 Subject: [PATCH] Add e2e test device config for Nexus 5 --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index fdd20c1..f5ddaf9 100644 --- a/package.json +++ b/package.json @@ -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"