All Questions
4 questions
2
votes
1
answer
284
views
Android instrumented tests BouncyCastle exception
Some time ago, my instrumented tests stopped working. I get an exception trying to sign the test apk from BouncyCastle. I did a git bisect to find the commit where the tests stopped working. I ...
0
votes
1
answer
879
views
Android Studio can not find instrumented tests
I have an app with two flavour versions (pro and light) and I want to run instrumented tests. So I add two extra directories androidTestLight and androidTestPro (have three test folders androidTest, ...
1
vote
1
answer
1k
views
Android how to get XML output of Instrumented Tests
For the CI testing of my Android App I wrote some unit tests and let them run via gradle from the terminal. They all produce the typical junit XML output files in the build/test-results folder like ...
0
votes
0
answers
130
views
While running Instrumentation Test on 2 Emulators - connectedProStagingDebugAndroidTest Failed - INSTALL_FAILED_INVALID_APK -/base.apk code is missing
I tried to run Instrumentation test on 2 Emulators, using 2 different test suites with below shell script on CI machine which is using Jenkins to run the job.
startTest(){
./gradlew ...