Adding more tests

This commit is contained in:
Sofiya Tepikin
2019-07-31 12:56:47 +02:00
parent 48778c1959
commit 917bd8f7c4
6 changed files with 113 additions and 39 deletions
-6
View File
@@ -97,12 +97,6 @@
"build": "cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && cd ..",
"type": "android.emulator",
"name": "Nexus_5X_API_28"
},
"android.emu.release": {
"binaryPath": "android/app/build/outputs/apk/release/app-release.apk",
"build": "cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd ..",
"type": "android.emulator",
"name": "Nexus_5X_API_26"
}
},
"test-runner": "mocha"