-
-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
π€ What's the problem you're trying to solve?
Looking at a report, the viewer doesn't know when the tests were executed. This makes it impossible to know if the report is recent or relevant if only the report is available.
β¨ What's your proposed solution?
Add timestamp
as an attribute to the testsuite
element. It is supported by other test reporting libraries using the JUnit.xml format.
β Have you considered any alternatives or workarounds?
A workaround is a custom script that runs the tests, which can store a timestamp before starting the tests, and then add the timestamp to the report.
π Any additional context?
No response
Metadata
Metadata
Assignees
Labels
No labels