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.
- Host: GitHub
- URL: https://github.com/osandadeshan/restsharp-api-automation-demo
- Owner: osandadeshan
- Created: 2020-10-03T10:02:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T12:38:21.000Z (over 4 years ago)
- Last Synced: 2025-01-13T08:27:37.221Z (9 months ago)
- Topics: api-automation, csharp, extentreports, restsharp
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`**