Skip to content
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

fix: TestSuiteXML is missing the Time property #627

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

ivan-velasco
Copy link
Contributor

Value is converted from float64 to string. This will resolve gh actions test reporters for junit xml, showing missing test suite time execution values

Screenshot 2023-02-09 at 7 54 22 PM

Value is converted from float64 to string. This will resolve gh actions test reporters for junit xml, showing missing test suite time execution values

Signed-off-by: Ivan Velasco <ivan.velasco@socotra.com>
@yesnault
Copy link
Member

LGTM - Notice that ts.Duration contains value in Seconds, not ms.

@yesnault yesnault merged commit 6c36fa5 into ovh:master Feb 14, 2023
@ivan-velasco ivan-velasco deleted the fix/junit_testsuite_time branch March 27, 2023 20:12
ivan-velasco added a commit to ivan-velasco/venom that referenced this pull request Sep 20, 2023
Value is converted from float64 to string. This will resolve gh actions test reporters for junit xml, showing missing test suite time execution values

Signed-off-by: Ivan Velasco <ivan.velasco@socotra.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants