You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I find the junit XML formatter quite limiting. Especially with 3rd party test loggers and reporting tools (like Microsoft DevOps).
The other common format I've been looking into is Nunit3.
Nunit3 is MIT licensed and the schema is well documented.
I've started on a plugin, based on the junit XML pattern (but with changes) and in a way that abstracts the node-reporter from the Nunit XML structure so that this could be used for other formats.
This is not a bug.
I find the junit XML formatter quite limiting. Especially with 3rd party test loggers and reporting tools (like Microsoft DevOps).
The other common format I've been looking into is Nunit3.
Nunit3 is MIT licensed and the schema is well documented.
I've started on a plugin, based on the junit XML pattern (but with changes) and in a way that abstracts the node-reporter from the Nunit XML structure so that this could be used for other formats.
This is a work-in-progress, but when completed, I'd like to relocate the project to pytest-dev (if it's wanted!) https://github.com/tonybaloney/pytest-nunit
CC @asottile
The text was updated successfully, but these errors were encountered: