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
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
The text was updated successfully, but these errors were encountered:
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?
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:
The text was updated successfully, but these errors were encountered: