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
Is there a way to infer the current scenario in the Test class constructor?
I'd like to log this to console so it can be sent to our central logs.
protectedAbstractSpecification(SpecificationFixture fixture, ITestOutputHelper testOutput){Fixture=fixture;
LogInformation("Starting...");// << Scenario title hereThanksp.s. Being able to redirect the built-in step logging would also be awesome
I am trying hard to diagnose a stalling in test circleci ...
The text was updated successfully, but these errors were encountered:
alastair-todd
changed the title
Scenario name in spec contructor
Scenario name in spec constructor
Nov 10, 2022
Hey
Is there a way to infer the current scenario in the Test class constructor?
I'd like to log this to console so it can be sent to our central logs.
The text was updated successfully, but these errors were encountered: