Reputation: 309
I have recently installed Visual Studio 2017 Enterprise RC Edition from VS Website.
Hence I am not able to install the Selenium and Specflow IDE through this Process.
Please help me with Proper Solution and tell me where I am making mistakes.
Please see the image link for details.
Upvotes: 2
Views: 3290
Reputation: 27049
Make sure you have NuGet added as one of the package sources. Do this:
Tools > Options > Nuget Package Manager > Package Sources
If https://www.nuget.org/api/v2 is not there then click the plus button and add it as shown below:
Upvotes: 4