SpecFlow.xUnitAdapter icon indicating copy to clipboard operation
SpecFlow.xUnitAdapter copied to clipboard

xUnit adapter for SpecFlow that allows running scenarios without code generation

Results 10 SpecFlow.xUnitAdapter issues
Sort by recently updated
recently updated
newest added

What about this attempt to run feature files w/o code behind in Specflow v3? I don't see any news anywhere... Thank you

Projects using this package do not build when using SpecFlow 2.4.0. Is there any plan to progress this?

We're using xUnitAdapter with new csproj targeting net461 framework. Everything was working fine until recent update of xUnit NuGet package to version 2.4.0. Since then no tests are being discovered....

Hello, Does this work with VS for Mac? What changes would be needed to make it work with VS for Mac? Thank you, Cosmin

HI there, First of all I just wanted to say that I love the work you are doing in this project!! Not having the code behind files is amazing, especially...

When I clone this repository and run the sample test, it works great! But when I copied the source of the sample project to an existing solution and adjusted bits...

Just noticed that in feature files I've converted to remove code behind, Visual Studio ignores break points set in the feature file when debugging. Still works on breakpoints set in...

enhancement