Generate Reqnroll HTML Report Manually without Test Execution #1054
-
|
Hello! First of all, to the contributors: thank you for keeping BDD alive and well in the .NET ecosystem, and for creating the HTML report to fill the gap left from the SpecFlow LivingDoc generator, I really appreciate it! From time to time, I have the need to create a list of Features & Scenarios without any test execution run results, typically for defining automation test coverage. Is there a way to leverage the Reqnroll report formatters to create this list? Or is anyone aware of another package that has this capability? Expressium.LivingDoc doesn't seem to have this option and I didn't see anything in SpecFlow documentation either. My apologies if I missed it! Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
This feature already exists! See the documentation at: dryrun on how to set an environment variable that will cause execution of step definition binding methods to be skipped. Combine that with a configured formatter and you should be good to go. |
Beta Was this translation helpful? Give feedback.
This feature already exists! See the documentation at: dryrun on how to set an environment variable that will cause execution of step definition binding methods to be skipped. Combine that with a configured formatter and you should be good to go.