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

showOnlySlow also blocks the display of unit test failures #338

Open
ctmay4 opened this issue May 16, 2024 · 1 comment
Open

showOnlySlow also blocks the display of unit test failures #338

ctmay4 opened this issue May 16, 2024 · 1 comment
Assignees
Labels

Comments

@ctmay4
Copy link

ctmay4 commented May 16, 2024

Description

I am trying to configure this to show the following:

  • passed tests but only ones that are slow
  • skipped tests
  • failed tests

Here is my configuration

    testlogger {
        theme 'standard'
        showExceptions true
        showStackTraces true
        showFullStackTraces false
        showCauses true
        slowThreshold 2000
        showSummary true
        showSimpleNames true
        showPassed true
        showSkipped true
        showFailed true
        showOnlySlow true
        showStandardStreams false
        showPassedStandardStreams true
        showSkippedStandardStreams true
        showFailedStandardStreams true
        logLevel 'lifecycle'
    }

However when I set showOnlySlow to true, it does only show the slow ones and stops showing my failures. I have to be able to see which tests are failing. What I really need is showOnlySlowPassed or something equivalent.

Is there a way to do that?

@ctmay4 ctmay4 changed the title showOnlySlow also blocks the display of uni test failures showOnlySlow also blocks the display of unit test failures May 16, 2024
@ctmay4
Copy link
Author

ctmay4 commented May 16, 2024

Looks like this got brought up in the merge request:

#207 (comment)

I don't think it was fixed before it was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants