Can the MSpec test adapter in Visual Studio trigger the behavior?

I am setting up a continuous build in TFS 2013. The build has been configured to run MSpec tests using a dll in the MSET Test Adapter . After a lot of struggle, it works, but the test adapter fails to trigger the MSpec behavior. To be fair, it should be noted that this is not the case for TFS - if tests are run through Visual Studio 2013, then they fail if they have behavior. Without behaviors, they work fine.

Has anyone else noticed this? Is this limited knowledge for the MSpec test adapter, or is there something I can do to get the behavior to work?

+3


source to share


1 answer


I think what you can do is check the adapter source code for the behavior. If they are not there, please contribute your code to make them work.



I haven't looked, but I doubt the adapter supports this lesser known mspec feature.

+1


source







All Articles