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
Before, there were 2 options to log section end: include or exclude. The third option is added now: "Include log section end only for block sections". Currently "block" log sections are: StepLogSection, SetupLogSection and AggregateAssertionLogSection. The new option can be useful in reporters logging, like ExtentReports, to simplify logs.
WithoutSectionFinish() method became obsolete and new WithSectionEnd(LogSectionEndOption logSectionEnd) was added with the following options: