.net - Visual Studio 2015 (Asp.net 5) Test Explorer not showing test cases -
my test explorer working short period xunit testing vnext projects. stopped working. under out of test see message
------ discover test started ------ unable find kre installation directory source: 'f:\cv\corvette-common-netlib\dotnet\src\tests\ecs.common.tests\project.json' ========== discover test finished: 0 found (0:00:00.1850106) ========== as understand aspnet 5.0 using kvm instead of kre, test explorer not show tests case might cause of error. i'm not sure how resolve this
in visual studio check test settings default's architecture same default dnx runtime.
you can configure under : test > test setting > default processor architecture.
Comments
Post a Comment