Automation testing framework (API) - an example. Based on C#, .Net8, MSTest, RestSharp
This testing framework to test REST API for https://jsonplaceholder.typicode.com. Simple call like GET.
.Net8, RestSharp 112.*.*,
MSTest
-- automaton-v24
`-- .github
`-- workflows
|-- dotnet.yml
|-- .gitignore
|-- ApiTest.cs
|-- AutomationV24.csproj
|-- AutomationV24.sln
|-- GlobalUsings.cs
|-- LICENSE
|-- PostResponse.cs
|-- README.md