salaboy / dapr-testcontainers

repo to create integration for dapr and testcontainers
Apache License 2.0
11 stars 4 forks source link

Add integration test using Testcontainers #1

Closed kiview closed 1 year ago

kiview commented 1 year ago

Add a first integration test canPostToEndpoint to the write-app using Testcontainers to spin up Dapr and other dependencies.

The base container setup can be also used to start the Spring Boot application in "dev mode" from the test sources and hence replace Docker Compose completely (will be done in a follow-up).