Skip to content

qa-at-the-point/dotnet-api-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Testing in dotnet (.NET Core C#)

Setup

Using Gitpod, setup is already complete and can skip this section

  1. Install dotnet, if you haven't already, by going to https://dotnet.microsoft.com/en-us/download

  2. Verify you have dotnet installed correctly

    dotnet --version
  3. With this project open, open a new Terminal and install dependencies

    dotnet build

Run Tests

# Run all tests
dotnet test

About

API Testing in dotnet (.NET Core C#)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages