Skip to content

BurhanH/automaton-v26

Repository files navigation

automaton-v26

Automation testing framework (API) - an example. Based on C#, .Net8, XUnit, Refit

GitHub Tests

This testing framework to test REST API for https://jsonplaceholder.typicode.com. Simple call like GET.

Requirements

.Net8, Refit 8.0.0,
XUnit

Project structure

-- automaton-v26
   `-- .github
       `-- workflows
           |-- dotnet.yml
   |-- .gitignore
   |-- ApiTest.cs
   |-- AutomationV26.csproj
   |-- AutomationV26.sln
   |-- GlobalUsings.cs
   |-- IClientApi.cs
   |-- LICENSE
   |-- PostResponse.cs
   |-- README.md

Documentation and Distributives

  1. C#
  2. .Net
  3. XUnit
  4. Refit
  5. GitHub Actions

About

Automation testing framework (API)

Topics

Resources

License

Stars

Watchers

Forks

Languages