An open API service indexing awesome lists of open source software.

https://github.com/osandadeshan/restsharp-api-automation-demo

This is a sample project to demonstrate API Automation using RestSharp and Extent Reports.
https://github.com/osandadeshan/restsharp-api-automation-demo

api-automation csharp extentreports restsharp

Last synced: 7 months ago
JSON representation

This is a sample project to demonstrate API Automation using RestSharp and Extent Reports.

Awesome Lists containing this project

README

          

# RestSharp API Automation Demo

### Pre-requisites
* VSCode
* [.NET Core SDK 3.1](https://dotnet.microsoft.com/download/dotnet-core/thank-you/sdk-3.1.402-windows-x64-installer)

### Setup Guide
1. Clone or download the project
2. Import the project into VSCode
3. Open the terminal in VSCode
4. Execute following commands \
**`dotnet restore`** \
**`dotnet build`**
5. Execute the tests from "**test**" folder or you can use below command to run the tests \
**`dotnet test`**