https://github.com/joaofbantunes/messingaroundwithtestcontainers
Just a very basic look at Testcontainers, looking at modules (using LocalStack as an example), custom defined containers (with ValKey as an example), and thinking a bit about how to use them in a project, and how to wire things up with xUnit.
https://github.com/joaofbantunes/messingaroundwithtestcontainers
dotnet localstack testcontainers valkey
Last synced: about 1 year ago
JSON representation
Just a very basic look at Testcontainers, looking at modules (using LocalStack as an example), custom defined containers (with ValKey as an example), and thinking a bit about how to use them in a project, and how to wire things up with xUnit.
- Host: GitHub
- URL: https://github.com/joaofbantunes/messingaroundwithtestcontainers
- Owner: joaofbantunes
- License: mit
- Created: 2024-04-25T10:59:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T16:39:57.000Z (about 2 years ago)
- Last Synced: 2025-02-14T12:41:06.825Z (over 1 year ago)
- Topics: dotnet, localstack, testcontainers, valkey
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Messing around with Testcontainers
Just a very basic look at Testcontainers, looking at modules (using LocalStack as an example), custom defined containers (with ValKey as an example), and thinking a bit about how to use them in a project, and how to wire things up with xUnit.