Closed Eshva closed 1 year ago
I am not a user of SpecFlow+Runner, so my experience may not be directly applicable. ymmv But what type(s) of problems are you experiencing?
Within the core SpecFlow project, the output API is the ISpecFlowOutputHelper (not ITestOutputHelper). {this may differ in the +Runner product; I'm simply not familiar with what its called in that product}
The output it generates is present in the TestExecution.json file.
HTH
I am not a user of SpecFlow+Runner, so my experience may not be directly applicable. ymmv But what type(s) of problems are you experiencing?
Within the core SpecFlow project, the output API is the ISpecFlowOutputHelper (not ITestOutputHelper). {this may differ in the +Runner product; I'm simply not familiar with what its called in that product}
The output it generates is present in the TestExecution.json file.
HTH
Thank you! Seems like it is what I need.
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.
Product:
What is missing: I can't figure out how to use ITestOutputHelper in a BeforeTestRun hook. Is it possible at all.
My case is: I want to display docker-image name that will be used to start a container to test an application inside it. Something like this: