You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TFS/VSTS – Task – PLEASE SPECIFY THE NAME OF THE TASK
Command line – PLEASE SPECIFY THE FULL COMMAND LINE
Issue Description
When you add one of the NuGet packages SpecRun.SpecFlow, SpecRun.SpecFlow.2-2-0 or SpecRun.SpecFlow.2-1-0 to the project, a Default.srProfile file is added to it.
Some values should be filled in by NuGet. These are projectName, projectId and TestAssemblyPath.
With the latest version of Visual Studio, the values projectName and projectId aren't anymore filled in.
Please fill in the values on your own.
projectName is the name of the project you add the NuGet package.
projectId is the Guid of the project, but you can enter here any valid Guid. You find this by opening your csproj file. There is an element ProjectGuid definded. Take this Guid.
The text was updated successfully, but these errors were encountered:
SpecFlow+ Runner 1.6.2 includes a fix for this issue. You now only need to enter a GUID if you are using the SpecFlow+ server (for adaptive test scheduling), as the GUID is used as the unique key for the test results.
SpecFlow Version:
Used Test Runner
Version number: 1.6.0
Visual Studio Version
Are the latest Visual Studio updates installed?
.NET Framework:
Test Execution Method:
Issue Description
When you add one of the NuGet packages SpecRun.SpecFlow, SpecRun.SpecFlow.2-2-0 or SpecRun.SpecFlow.2-1-0 to the project, a Default.srProfile file is added to it.
Some values should be filled in by NuGet. These are projectName, projectId and TestAssemblyPath.
With the latest version of Visual Studio, the values projectName and projectId aren't anymore filled in.
An issue at NuGet is opened for this: NuGet/Home#5880
Workaround
Please fill in the values on your own.
projectName is the name of the project you add the NuGet package.
projectId is the Guid of the project, but you can enter here any valid Guid. You find this by opening your csproj file. There is an element ProjectGuid definded. Take this Guid.
The text was updated successfully, but these errors were encountered: