[SpecFlow + LivingDoc] Have Specflow + reports auto generate when running test from VS IDE
Similar to "extent reports" it would be nice to have a feature where the report would auto-generate when running the tests from your IDE instead of having to input a command-line command in order to get the report. this will streamline the process so there are fewer steps to get a report generated.
-
Hi Moadeb, thanks for your request. We are currently evaluating how we can further improve the test report generation. We'll keep you updated.
1 -
Thank you Mario Steiner !
0 -
Is there any update on this ? I am trying the same like Specflow + livingDoc to generate report in IDE itself. I sent a command in [AfterTest] but it produces the report of previous test, not the current one.
We dont have CI tool to implement the report generation and dont want to run the command separately
0 -
I was able to get code that does generate the living doc within the code. if you put the command to generate a living doc in a method that has the tag "[AfterTestRun]" or if using NUnit the tag of "[OneTimeTearDown]" it will generate the living doc. you may need some wait's before the command kicks off.
I hope this works for you!
0
Please sign in to leave a comment.
Comments
4 comments