Skip to content

StoreConsoleOutput should be split into two options - one for testsuite and one for testcase level #164

@MJB222398

Description

@MJB222398

Is your feature request related to a problem? Please describe.
I produce fairly large test reports with a lot of content being sent to standard output. I only care about this content per test case. I do not want it being repeated at the testsuite level as my report file becomes twice as long for no real reason.

Describe the solution you'd like
I would like for two new options:

  • StoreTestCaseConsoleOutput: true/false
  • StoreTestSuiteConsoleOutput: true/false

We can retain StoreConsoleOutput option for compatibility. The value of that should be used and then overwritten if one of the two above specific ones are specified.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions