Discovery and running of xUnit.BDD tests
I am starting to try and use BDD testing frameworks and have been playing around with xUnit.BDD (https://github.com/civicsource/xunit-bdd) which is an extension to the xUnit test framework to support BDD style syntax.
I've managed to get this test framework installed and running under the VS test runner (using xunit.runner.visualstudio) and including the xunit extension assembly "TestFramework" reference at the start of my test source file (see the xunit.BDD link above).
So far I've been unable to get the Resharper test runner to discover the tests. It works fine for standard xunit tests but not the BDD style ones.
Any help would be appreciated.
I am using the following versions:
Visual Studio 2017 15.6.6
Resharper Ultimate 2018.1
xUnit 2.3.1
xUnit.BDD 4.0.2
Please sign in to leave a comment.