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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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
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