1 repository
Executing custom scripts within a MongoDB container to verify database state.
Distinct from MongoDB Integrations: Distinct from general integrations by focusing on internal script execution and exit code capture.
Explore 1 awesome GitHub repository matching data & databases · MongoDB Script Execution. Refine with filters or upvote what's useful.
Testcontainers for .NET is a Docker testing library and integration testing framework designed to manage the lifecycle of throwaway containers. It provides high-level abstractions as a Docker API wrapper to provision ephemeral infrastructure, replacing mocks with real database, messaging, and search engine instances to ensure isolated and reproducible test environments. The project distinguishes itself through a builder-configuration-container pattern and a dynamic port binding mechanism that prevents collisions during concurrent test execution. It enables reliable service-to-service communic
Executes custom scripts inside a MongoDB database container and captures the exit code and output to verify state.