SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.23k stars 752 forks source link

Console.WriteLine doesn't go to console from [BeforeTestRun] and [AfterTestRun] hooks #2592

Closed Naweap closed 2 years ago

Naweap commented 2 years ago

Issue Description

Still got the exact same issue as #1269.

And I think I'm not the only one.

Can I do something about it or is there a workaround for this ?

Thanks in advance

Steps to Reproduce

Please refer to #1269.

SabotageAndi commented 2 years ago

As I answered at https://github.com/SpecFlowOSS/SpecFlow/issues/1269#issuecomment-423136939

We can't do anything. The test is executed by NUnit, which is responsible for catching and outputting Console Write(Line) calls.

github-actions[bot] commented 2 years ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.