-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing timestamps #200
Comments
I think even adding a timestamp with gotestsum/internal/junitxml/report.go Lines 88 to 95 in bdcb1a9
|
I think this would be a good addition, thanks for opening the issue! The Do you know where this data is supposed to show up in the Junit XML? Do we need to add a new tag or is it an attribute on The current |
According to this schema, there is a |
I was looking at importing test results into an Azure DevOps pipline and noticed that the test results don't have timestamps for the testsuites even though test2json includes this in even stream.
What ends up happening is the importer makes the assumption the test run is for
time.Now()
instead of when the test was actually run.Would you be opposed a change to add this?
The text was updated successfully, but these errors were encountered: