Skip to content

New standardised test results file format? #3214

@thomhurst

Description

@thomhurst

There's support for the trx file format in the new test runner, but that's been around for quite some time now.

I'd argue it's got some flaws such as:

  • Lack of extensibility such as adding custom data.
  • Exception details lack the actual exception type? Providing only message and stacktrace. The type itself seems pretty important?
  • It's XML - I know it's not necessarily a file designed to be human readable, but with how easy JSON is to use, it could be a better choice for a new test file format.

If you're implementing a new testing platform so to speak, with new runners, and more (extensions etc.), would designing and standardising on a new test report format make sense too?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs: DesignNeeds research and proposal for how the feature will be implemented.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions