Skip to content

Sample microservices running in K8s with Nginx Controller

Notifications You must be signed in to change notification settings

khoitmp/microservices

Repository files navigation

Compose

docker compose -f docker-compose.yaml -f development.yaml up -d

Run Unit Tests

dotnet test --filter "Tests.Units" \
  --results-directory ./tests/reports/ \
  --logger "trx;LogFileName=unit-tests.trx"

Run Integration Tests

dotnet test --project=Device.Api --filter "Tests.Integrations" \
  /p:CollectCoverage=true \
  /p:CoverletOutputFormat=cobertura \
  /p:CoverletOutput=./reports/code-coverage.xml

About

Sample microservices running in K8s with Nginx Controller

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages