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