Hi all,
Our development environment is not connected to the Internet so I followed the online documentation from
http://specflow.org/documentation/Install-IDE-Integration/ and downloaded the "VS2015 integration" file. The downloaded file is named "TechTalk.SpecFlow.VsIntegration.2015-2017.1.6.vsix". I installed it by double clicking it.
I then followed the "getting-started" guide from
http://specflow.org/getting-started/I added a "Feature File" and immediately I see compilation error from the generated CS file.
Errors include
- The type or namespace name 'TechTalk' could not be found
- The type or namespace name 'NUnit' could not be found
Can someone please give me some suggestions as to what went wrong? Our development environment is not connected to the Internet so if additional dependencies is needed then I will need to download and install it manually.
Thanks!