Comments on: SpecFlow without code-behind files and a big step towards .NET Core support https://gasparnagy.com/2017/04/specflow-without-code-behind-files/ coach, trainer and bdd addict, creator of SpecFlow; owner of Spec Solutions Mon, 29 May 2017 06:51:47 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Gáspár https://gasparnagy.com/2017/04/specflow-without-code-behind-files/#comment-243 Mon, 29 May 2017 06:51:47 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=1073#comment-243 In reply to Gorog.

This infrastructure works with xunit only currently, but there are multiple options to customize the behavior. Please contact me per email so that we can discuss what would work the best for you.

]]>
By: Gorog https://gasparnagy.com/2017/04/specflow-without-code-behind-files/#comment-242 Sun, 28 May 2017 15:02:42 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=1073#comment-242 Hello,

First thank you for SpecFlow itself we have started using that heavily in our company. I have couple of question how to manage big projects/modules with many steps which are shared between teams but I would like to ask this:

Will it be possible to use SpecFlow without codebehind files without using using xunit as we dont have any “unitTestProvider” in app.config? Right now we generate project-tests.dll files which are executed outside by nunit runner.

]]>
By: Gáspár https://gasparnagy.com/2017/04/specflow-without-code-behind-files/#comment-236 Mon, 24 Apr 2017 11:27:04 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=1073#comment-236 In reply to Zukky Baig.

We have to double check if this limitation is still there, because I just made a quick tests and it looks like that you can run the tests in parallel, the only thing you cannot do is to configure the test collections that control what can be run in parallel to what. So please check it out and report back the result on GitHub.

]]>
By: Zukky Baig https://gasparnagy.com/2017/04/specflow-without-code-behind-files/#comment-235 Mon, 24 Apr 2017 09:54:56 +0000 http://gasparnagy-com.lku.dkk.mybluehost.me/?p=1073#comment-235 Very interested to see how this pans out. I was looking at your Git and one of the limitations:

“The adapter adds all tests into a single test collection, so they cannot be run parallel.”

Which was a deal breaker sadly, I have my test suite running in parallel and it’s too much effort to switch it back to non-parallel to test this. Other than that, great work, this seems promising. It would be brilliant to see this being rolled out as the ‘standard’ of Specflow itself; no code-behind generation.

]]>