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
As the purpose of this library is to create a unified result from various formats, exposing support for a single framework feels like a partial request.
Not all frameworks expose a timestamp. Some include start and end timestamps. For frameworks that don't include a timestamp, we might be able to infer the timestamp from the file-system.
Here's a quick analysis:
Cucumber: only records duration. Use file-system timestamp?
Junit: exposes a timestamp attribute on the root element (testsuite | testsuites)
Mocha: only records duraiton. Use file-system timestamp?
MSTest: start-time and end-time are provided in /TestRun/Times. Could use start-time?
NUnit: has a start-time and end-time. Could use start-time?
xUnit: exposes a timestamp attribute on the root assemblies element.
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch
[email protected]
for the project I'm working on.This change allows exposing timestamp for a test suite from JUnit.
Here is the diff that solved my problem:
This issue body was partially generated by patch-package.
The text was updated successfully, but these errors were encountered: