Console logs from OneTimeSetup methods are not displayed in the report #519
Labels
task:improvement
Change that improves some user experience but can't be considered a new feature
theme:nunit
I'm submitting a ...
What is the current behavior?
Logs from OneTimeSetup methods are not displayed in the report
Logs from SetUp methods are displayed in the test body not setup section
If the current behavior is a bug, please provide the steps to reproduce and, if possible, a minimal demo of the problem
What is the expected behavior?
Logs from OneTimeSetup should be displayed
Logs from Setup should be displayed in the setup sections
What is the motivation / use case for changing the behavior?
There are tools (ex RestAssured) that log valuable information(headers, response content) in case of failures/exceptions or we use to log errors in Setup methods. This information is lost in the case of OneTimeSetup
Please tell us about your environment:
Other information
The text was updated successfully, but these errors were encountered: