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