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:
- Run the backend with
docker-compose up --build
- Run the tests by either:
- From CLI
dotnet test
inside the test project - IDE
docker-compose run dapm.clientapiendtoendtest
- From CLI