Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

techtalk.specflow.dll is missing

Tags:

specflow

I have tried to write a few features using Specflow. Unfortunately I couldn't find techtalk.specflow.dll anywhere in the system after installed it through the following URL.

http://visualstudiogallery.msdn.microsoft.com/9915524d-7fb0-43c3-bb3c-a8a14fbd40ee

Am I missing something? Could you please help?

like image 652
Anand Avatar asked Dec 08 '22 20:12

Anand


1 Answers

The Visual Studio gallery download just installs the Visual Studio Plugin for SpecFlow (project integration, editor support, etc.).

You need to refer SpecFlow also in your testing project through NuGet, which will download the SpecFlow runtime dll as well as the SpecFlow command line tool. See also https://github.com/techtalk/SpecFlow/wiki/Setup-SpecFlow-Projects

like image 142
chr99ha Avatar answered May 08 '23 08:05

chr99ha