Skip to content

Changing the order of logging in the report for suite teardown #3923

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

Closed
sumitmcc opened this issue Apr 6, 2021 · 3 comments
Closed

Changing the order of logging in the report for suite teardown #3923

sumitmcc opened this issue Apr 6, 2021 · 3 comments

Comments

@sumitmcc
Copy link

sumitmcc commented Apr 6, 2021

robotframework Version: 3.0.4
Type: Enhancement request

Issue:
The current style of having the suite setup and teardown being displayed together on the top in the log.html is visually counter-intuitive.
It would make more sense to a layman to have them displayed in the following format:

  • SETUP
  • STEP 1
  • STEP 2
  • STEP 3
  • TEARDOWN
@pekkaklarck
Copy link
Member

The motivation for the current behavior is that if a suite contains several tests or child suites, you don't see the teardown unless you scroll down to it. This is a problem especially if a suite teardown fails. I don't want to change the default behavior, but because others have proposed the same change I'd be fine making it configurable. Are you @sumitmcc or someone else interested to implement it?

@sumitmcc
Copy link
Author

sumitmcc commented Apr 7, 2021

Thank you, @pekkaklarck. If it could be a low priority issue then I would like to give it a try.

@pekkaklarck
Copy link
Member

U don't think this is worth the effort.

@pekkaklarck pekkaklarck closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2025
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

No branches or pull requests

2 participants