Skip to content

API Testing Framework: .NET SpecFlow in parallel using Restsharp and NUnit 3

Notifications You must be signed in to change notification settings

rlupo06/csharp-specflow-restsharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Specflow.RestSharp

Resources

Setup - Windows

Download and install Visual Studio

Visual Studio Config

Open Visual Studio and configure the following;

Install Add-ins

Tools => Extensions

  • NUnit 3 Test Adapter
  • Specflow flow Visual Studio

Running

IDE

  • Build
  • Visual Studio: Tests => Windows => Test Explorer

Local Execution

Run tests

nunit3-console.exe "\pathToProject\Specflow.RestSharp.csproj" --where "cat=TagYouWantToRun"

About

API Testing Framework: .NET SpecFlow in parallel using Restsharp and NUnit 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published