You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I use com.kaspersky.kaspresso.runner.KaspressoRunner for my android ui-tests. I have BaseTestCase class, which is used for every other TestClass:
abstract class BaseTestCase(customize: Kaspresso.Builder.() -> Unit = {}) : ParametrizedBaseTestCase<Unit, Unit>(
kaspressoBuilder = Kaspresso.Builder.withForcedAllureSupport {...}
)
When I run my tests, allure report is created for every success test, but there's no allure report for test with @org.junit.Ignore annotation.
Expected behavior
I expect <uuid>-result.json file for ignored test with status: "skipped"
Describe the bug
I use com.kaspersky.kaspresso.runner.KaspressoRunner for my android ui-tests. I have BaseTestCase class, which is used for every other TestClass:
When I run my tests, allure report is created for every success test, but there's no allure report for test with @org.junit.Ignore annotation.
Expected behavior
I expect <uuid>-result.json file for ignored test with
status: "skipped"
Versions
kaspresso = "1.5.1"
kaspresso-allure-support = "1.5.1"
The text was updated successfully, but these errors were encountered: