I am newbie to specflow, can anyone guide how to run specflow from command prompt.
when i run the command form the command line i am getting the below out put , no error has been thrown, but none of the test case are executed.
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.90
The system cannot find the path specified.
Bharathan@INBHARATHAN_WIN C:\Users\Gayathri\Projects\project-FunctionalTests\Source\Specs
> SpecRun.exe run Default.srprofile "/baseFolder:C:\Users\Gayathri\Projects\project-FunctionalTests\Source\Specs\\bin\Debug" /log:specrun.log
'SpecRun.exe' is not recognized as an internal or external command,
operable program or batch file.
<?xml version="1.0" encoding="utf-8"?>
<Settings projectName="" projectId="{}" />
<Execution stopAfterFailures="3" testThreadCount="1" testSchedulingMode="Sequential" />
<!-- For collecting by a SpecRun server update and enable the following element. For using the
collected statistics, set testSchedulingMode="Adaptive" attribute on the <Execution> element.
-->
<TestAssemblyPaths>
<TestAssemblyPath>Specs.dll</TestAssemblyPath>
</TestAssemblyPaths>
<DeploymentTransformation>
<Steps>
<!-- sample config transform to change the connection string-->
<!--<ConfigFileTransformation configFile="App.config">
<Transformation>
<![CDATA[<?xml version="1.0" encoding="utf-8"?>
<connectionStrings>
<add name="MyDatabase" connectionString="Data Source=.;Initial Catalog=MyDatabaseForTesting;Integrated Security=True"
xdt:Locator="Match(name)" xdt:Transform="SetAttributes(connectionString)" />
</connectionStrings>
</configuration>
]]>
</Transformation>
</ConfigFileTransformation>-->
</Steps>
</DeploymentTransformation>
</TestProfile>