<specFlow>
<unitTestProvider name="SpecRun+MSTest" />
<plugins>
<add name="SpecRun" path="..\..\..\..\Temp" />
</plugins>
</specFlow>
##[error] Class Initialization method UserInterfaceTests.Features.AdminCertificatesFeature.FeatureSetup threw exception. TechTalk.SpecFlow.SpecFlowException: TechTalk.SpecFlow.SpecFlowException: Unable to load plugin: SpecRun. Please check http://go.specflow.org/doc-plugins for details. ---> System.IO.FileNotFoundException: Could not load file or assembly 'SpecRun.SpecFlowPlugin' or one of its dependencies. The system cannot find the file specified.WRN: Assembly binding logging is turned OFF.
--
You received this message because you are subscribed to the Google Groups "SpecFlow" group.
To unsubscribe from this group and stop receiving emails from it, send an email to specflow+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The SpecFlow+Runner is installed via NuGet package and there SpecFlow searches the plugin automatically. You don't need to normally move it somewhere else.
You had probably a reason for this. Could you explain it?




Starting test execution, please wait...
Warning: No test is available in C:\Tests\UI Tests Hyper-V BRANCH Build\UserInte
rfaceTests.dll. Make sure that installed test discoverers & executors, platform
& framework version settings are appropriate and try again.
Starting test execution, please wait...
Information: SpecFlow+Runner execution started
Information: SpecRun Evaluation Mode: Please purchase at http://www.specflow.org
/plus to remove test execution delay.
Information: SpecRun: running tests in C:\Tests\UI Tests Hyper-V BRANCH Build\Us
erInterfaceTests.dll
Information: Profile:
Information: Evaluation mode: test execution starts in 5 seconds...
Information: (this delay is removed in the registered version)
Information: Discovering target: Default
Passed @SpecRun: Execution delay for evaluation mode: 5 seconds
Information: Result: tests executed with warnings
Information: Total: 0
Succeeded: 0
Ignored: 0
Pending: 0
Skipped: 0
Failed: 0
After a lot of struggling to get Spec Run working in our environment I need to ask... Does it work in test agent/controller environments?
For us, we can see it try to run the tests on the build server rather than the test agent machine. We have tried using a test settings file which has a name of the agent and controller, we have tried to use Run Functional Tests. We have also tried to use a Run Settings file that references the TestSettings file inside.
Can we please get further assistance on this? I am happy to provide you with as much information as necessary to solve this issue.
Thanks
Arvind