TestStack / TestStack.BDDfy

BDDfy is the simplest BDD framework EVER!
MIT License
419 stars 84 forks source link

How to Get the report generated before existing onetimeteardown #256

Open bino28 opened 7 years ago

bino28 commented 7 years ago

At the end of the test, I'd like to attach the html report to TFS run. The problem I have now is the report is not available after exiting out of the OneTimeTearDown method. How can make the report to generate on demand so I can include the code to add attachment to TFS?