android-test-orchestrator Questions
1
I am developing an Android application using Kotlin programming language. I am writing instrumented tests for my application. I am also using the test orchestrator to run my instrumented tests. But...
Venison asked 21/12, 2019 at 14:54
1
I am trying to get coverage report from our test suite which needs to run with Android Test Orchestrator.
There is a fixed issue which references another fixed issue.
Following their suggestion I h...
Muldrow asked 7/9, 2020 at 6:7
2
Solved
Running Android Instrumented Tests, the gradle task :app:connectedDebugAndroidTest now prints a red WARNING after a successful test run:
Feb 12, 2022 11:53:02 PM com.android.tools.utp.plugins.host....
Glyceryl asked 13/2, 2022 at 8:49
0
I've read related question
However, I'm using the 'androidx.test:orchestrator:1.4.0', which should not has the bug below 1.2.0.
My case is, I will get error: com.android.build.gradle.internal.testi...
Embolden asked 20/8, 2021 at 13:1
1
Solved
When I have ANDROIDX_TEST_ORCHESTRATOR in testOptions
testOptions {
unitTests.includeAndroidResources = true
animationsDisabled = true
execution 'ANDROIDX_TEST_ORCHESTRATOR'
}
and I run the i...
Feinberg asked 15/6, 2020 at 19:11
1
© 2022 - 2024 — McMap. All rights reserved.