|
|
|
|
|
by isensible
1206 days ago
|
|
for .NET, LightBDD is much better than Specflow. For LightBDD, developers write Given-When-Then tests in C#, and the test run spits out Gherkin style reports in various formats including a rather nice HTML page. Chosing to use Specflow/LightBDD depends on how much you value the reports. At least with LightBDD, you are not forced to write the tests in the report format. https://github.com/LightBDD |
|