Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Configure Specflow for Freestyle

...

3) Visual Studio IDE setup or Visual Studio Build Tools setup on server


Step 1: Checkout Source Code.


Image RemovedImage Added


Step 2: Add Script to update packages for msbuild using NuGet.exe file from checkout repository.


Image RemovedImage Added


Step 3: Configure msbuild executable in Manage Jenkins > Global Tool Configuration > MSTest.


Image RemovedImage Added


Step 4: Select a build step for MSBuild in Build Section.


Image RemovedImage Added


Step 5: 1)Select "MSBuild Version" which is configured in Global Tool Configuration     2.

             2)Specify the relative path for solution file in "MSBuild Build File".

Image RemovedImage Added


Step 6: Configure vstest executable in Manage Jenkins > Global Tool Configuration > VSTest.

Image RemovedImage Added


Step 7: Select a build step for VSTest in Build Section.

Image RemovedImage Added

Step 8:   1)Select "VSTest Version" which is configured in Global Tool Configuration

2               2)Specify the relative path to your VSTest compiled assemblies in "Test Files"

3               3)Uncheck "Enable Code Coverage" checkbox


Image RemovedImage Added

Configure Specflow for Pipeline


Prerequisites

1) VSTest Runnner Plugin

...