How to get a report in reqnroll like the specflow report? #604
Unanswered
terrimitchell
asked this question in
SpecFlow migration Q&A
Replies: 1 comment
-
Reqnroll does not currently have any reporting capabilities (beyond creation of the TRX files for consumption by the test frameworks). There is work underway, in PR #233 to add html and ndjson reporting output (similar to what other Cucumber-based tools can produce). You will find other threads in these discussions of other users who have had success feeding Reqnroll output into other reporting solutions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We were using MSTest for our generator in Specflow, which gave us a detailed report that was nice and easy to read. However, when trying to migrate to Reqnroll, we no longer had a report that we could get to format (or we couldn't find it). So we had an architect look into it and they said that NUnit had the type of reporting capabilities we wanted --- which were very simple, we just wanted to have the step name lined up with console details. But the MS Test report instead had it separated. So the architect converted us over to NUnit which made so we had a nice report but as you know, in VS Test Explorer it is an ugly name which even worse we can no longer navigate to the test via Test Explorer since the names don't match.
So my question to you is this.... How can we get the same kind of report in Reqnroll that we had in Specflow using MSTest??

FullReportTemplate.pdf
I really really hate how NUnit works in VS Test Explorer.
Beta Was this translation helpful? Give feedback.
All reactions