This project is a unit testing framework that uses NUnit, RestSharp and Selenium to verify the functionality of various APIs and web browser interactions.
This is a testing project which uses NUnit for testing both UI and API tests.
Nuget restore the packages for setting the project up.
```git clone https://github.com/mb1lal/DotNetTestingFramework.git```
Navigate to the project root and run:
```dotnet restore```
ToDo
```dotnet test```
```dotnet test --filter Category=Selenium```
```dotnet test --filter Category=API```
Test reports are generated using Allure and published to GitHub pages.