Test - gh05tdog/DAPM_Master_Thesis_Group_D GitHub Wiki

There is one test project:

  • DAMP.ClientApi.Test.EndToEnd which is an e2e test project that tests the client api via http.

Running the tests:

  1. Run the backend with docker-compose up --build
  2. Run the tests by either:
    • From CLI dotnet test inside the test project
    • IDE
    • docker-compose run dapm.clientapiendtoendtest