selenium - vstest.console.exe open nunit GUI but doesn't run tests -
i have visual studio project includes test selenium code. trying run using vstest.console.exe
using command
vstest.console.exe c:\code\samplereportsproject\samplereportsproject\bin\debug\samplereportsproject.dll
on running command, opens nunit gui window doesn't execute test.
on running again, message
starting test execution, please wait... warning: no test available in c:\code\samplereportsproject\samplereportsproje ct\bin\debug\samplereportsproject.dll. make sure installed test discoverers & executors, platform & framework version settings appropriate , try again.
Comments
Post a Comment