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 the incorrect elapsed time issue #605

Merged
merged 3 commits into from
Dec 14, 2024
Merged

Conversation

WendyInXian
Copy link
Contributor

@WendyInXian WendyInXian commented Dec 6, 2024

After robotframework 7.0, the time format of output.xml was changed, end_time is removed and replaced with elapsed, the merger method cannot handle new format correctly, only it picks the elapsed time of first suite fromthe pabot_results as the total elapsed time.

#Fixes593

After robotframework 7.0, the time format
of output.xml was changed, end_time is
removed and replaced with elapsed, the merger
method cannot handle new format correctly,
only pick the elapsed time of first suite from
the pabot_results as the total elapsed time.
@wendi616
Copy link
Contributor

wendi616 commented Dec 6, 2024

#596

src/pabot/result_merger.py Show resolved Hide resolved
@WendyInXian WendyInXian requested a review from mkorpela December 9, 2024 14:31
@mkorpela mkorpela merged commit 6ae40b8 into mkorpela:main Dec 14, 2024
18 checks passed
@mkorpela
Copy link
Owner

Thank you for the contribution!

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.

3 participants