Skip to content

Configurable success/failure output display #571

@MatthewMckee4

Description

@MatthewMckee4

Control when and how test stdout/stderr is displayed, separately for passing and failing tests:

  • --failure-output=MODE — when to show output for failing tests
  • --success-output=MODE — when to show output for passing tests

Modes:

  • immediate — show as soon as test completes
  • final — show in the summary at the end
  • immediate-final — show both times
  • never — suppress entirely

This gives more control than the current --show-output flag which is all-or-nothing.

See: https://nexte.st/docs/running/#reporter-options

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliRelated to the command-line interfacediagnosticsRelated to diagnostics and output of Karva

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions