pinx / rest-specflow

Use SpecFlow for integration testing a REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpecFlow for ASP.NET integration testing

In the Specs project, the desired features of the API are described in Gherkin.

The code behind a feature spec is described in Steps.

The API can be started itself, and tested in the browser manually by visiting https://localhost:44393/orders

The tests can be run from the Visual Studio test explorer.

About

Use SpecFlow for integration testing a REST API


Languages

Language:C# 97.3%Language:Gherkin 2.7%