dotnet dev-certs https -ep cert.pfx -p Test1234!
- Setup
- Dependency Mocking (API)
- Execution
- Assertion
- Cleanup
If you are getting issues when you're running your tests with that docker-compose.integration.yml file, try changing the line:
- CustomersWebApp_GitHub__ApiBaseUrl=http://localhost:9850
To:
- CustomersWebApp_GitHub__ApiBaseUrl=http://host.docker.internal:9850