xUnit Archives - Gáspár Nagy on software https://gasparnagy.com/tag/xunit/ coach, trainer and bdd addict, creator of SpecFlow; owner of Spec Solutions Mon, 24 Apr 2017 09:20:38 +0000 en-US hourly 1 https://wordpress.org/?v=6.9 57938217 SpecFlow without code-behind files and a big step towards .NET Core support https://gasparnagy.com/2017/04/specflow-without-code-behind-files/ https://gasparnagy.com/2017/04/specflow-without-code-behind-files/#comments Mon, 24 Apr 2017 09:20:38 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=1073 SpecFlow uses generated code-behind files for executing the scenarios. Not because we like code-behind files, but because this was the only way we could easily integrate Cucumber-style Behavior Driven Development to the .NET developer toolset. But after almost 8 years, can we get rid of the code-behind files finally? And how is it related to […]

The post SpecFlow without code-behind files and a big step towards .NET Core support appeared first on Gáspár Nagy on software.

]]>
https://gasparnagy.com/2017/04/specflow-without-code-behind-files/feed/ 4 1073
Running SpecFlow scenarios in parallel with xUnit v2 https://gasparnagy.com/2016/02/running-specflow-scenarios-in-parallel-with-xunit-v2/ Tue, 23 Feb 2016 13:11:18 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=702 As mentioned earlier, one of the key new features of SpecFlow v2 is that you can run your tests in parallel within this same AppDomain. This is currently possible with NUnit v3 and xUnit v2. This post shows a step-by-step guidance about how this can be done. First of all, I would like to highlight […]

The post Running SpecFlow scenarios in parallel with xUnit v2 appeared first on Gáspár Nagy on software.

]]>
702