msbuild - TFS 2015 RC Build.Preview Execute xUnit Tests -


we trying xunit tests run using tfs 2015 rc. we're trying access test runner stored in our solutions nuget packages folder lives in our build agent's drop folder.

we trying reference test runner using path in "path custom test adapters" $(build.sourcesdirectory)\webiz\packages\xunit.runners.1.9.2\tools.the build able resolve path okay (it failing before invalid path message), cannot find test runner

2015-06-09t20:05:40.4008595z executing powershell script: d:\tfs\build_vnext\agentschlitz\agent\tasks\vstest\1.0.8\vstest.ps1

2015-06-09t20:05:41.9947507z warning: path 'd:\tfs\build_vnext\agentschlitz\1c692895\webiz\webiz\packages\xunit.runners.1.9.2\tools\' specified in 'testadapterpath' not contain test adapters, provide valid path , try again. extensions. example: vstest.console.exe mytests.dll /usevsixextensions:true

what should proper configuration "path custom test adapters"? should proper configuration be: $(build.sourcesdirectory)\webiz\packages\xunit.runners.1.9.2\tools* $(build.sourcesdirectory)\webiz\packages\xunit.runners.1.9.2\tools*

i think need use xunit 2.0 nuget based runners.

there full instructions in blog post esteban garcia goes though process step step.

there's information , images me copy 1 bit answer question quite broad.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -