Closed PaladiRka closed 3 years ago
Hi!
Have you added testInstrumentationRunner = "io.qameta.allure.android.runners.AllureAndroidJUnitRunner"
in your build.gradle?
Resolved.
I add testInstrumentationRunner = "io.qameta.allure.android.runners.AllureAndroidJUnitRunner"
but I don't remove default testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
. After remove tests run success. It also helps to put test Instrumentation Runner "io.qameta.allure.android.runners.AllureAndroidJUnitRunner"
at the end ofdefaultConfig`.
Hi, I test new possible, and go to guide, but when I did everything from "How to use" my tests failure with this error shown below . If i remove from
TestCase
constructorkaspressoBuilder
parameter I can get success test.My test.kt: