Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KaspressoRunner doesn't generate allure report for Ignored tests #685

Open
Guywash-Ka opened this issue Dec 6, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@Guywash-Ka
Copy link

Guywash-Ka commented Dec 6, 2024

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"

Versions
kaspresso = "1.5.1"
kaspresso-allure-support = "1.5.1"

@Guywash-Ka Guywash-Ka added the bug Something isn't working label Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant