Skip to content

Decouple TestCaseResult from formatting implementations #84

@lvukosavljevic-rivianvw

Description

I think it would be useful if the formatter was decoupled into an interface. So a new command line option would be --format. The options could be:

  • xprin - Current default formatter
  • yaml - Great for machine parsable outputs and dyffing in e2e tests. Easier to read and change the e2e tests
  • junit - Great for pipelines. Both GitLab support rendering this natively. Github can also render it with the use of an action

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