Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
https://github.com/testcontainers/testcontainers-dotnet
automation docker dotnet test test-framework testcontainers
Last synced: 2 days ago
JSON representation
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
- Host: GitHub
- URL: https://github.com/testcontainers/testcontainers-dotnet
- Owner: testcontainers
- License: mit
- Created: 2019-02-16T10:03:36.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-18T14:03:14.000Z (about 2 months ago)
- Last Synced: 2024-10-29T14:18:37.377Z (about 1 month ago)
- Topics: automation, docker, dotnet, test, test-framework, testcontainers
- Language: C#
- Homepage: https://dotnet.testcontainers.org
- Size: 4.59 MB
- Stars: 3,787
- Watchers: 31
- Forks: 274
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-reference-tools - testcontainers-dotnet
- awesome-testcontainers - Repository
- awesome-testcontainers - Repository
README
# Testcontainers
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=develop&repo=170988906&machine=standardLinux32gb&devcontainer_path=.devcontainer%2Fdevcontainer.json&location=EastUs)
[![NuGet](https://img.shields.io/nuget/v/Testcontainers.svg)](https://www.nuget.org/packages/Testcontainers)
[![CI/CD](https://github.com/testcontainers/testcontainers-dotnet/actions/workflows/cicd.yml/badge.svg?branch=main)](https://github.com/testcontainers/testcontainers-dotnet/actions/workflows/cicd.yml)
[![Alert Status](https://sonarcloud.io/api/project_badges/measure?project=testcontainers_testcontainers-dotnet&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=testcontainers_testcontainers-dotnet)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=testcontainers_testcontainers-dotnet&metric=coverage)](https://sonarcloud.io/summary/new_code?id=testcontainers_testcontainers-dotnet)> Testcontainers for .NET is a library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions. The library is built on top of the .NET Docker remote API and provides a lightweight implementation to support your test environment in all circumstances.
![Testcontainers Banner](https://raw.githubusercontent.com/testcontainers/testcontainers-dotnet/main/docs/banner.png)
# [Read the documentation here][testcontainers-dotnet-documentation]
## License
See [LICENSE](https://github.com/testcontainers/testcontainers-dotnet/blob/main/LICENSE).
## Copyright
Copyright (c) 2019 - 2024 Andre Hofmeister and other authors.
See [contributors][testcontainers-dotnet-contributors] for all contributors.
----
Join our [Slack workspace][slack-workspace] | [Testcontainers OSS][testcontainers-oss] | [Testcontainers Cloud][testcontainers-cloud]
[testcontainers-dotnet-documentation]: https://dotnet.testcontainers.org/
[testcontainers-dotnet-contributors]: https://github.com/testcontainers/testcontainers-dotnet/graphs/contributors/
[slack-workspace]: https://slack.testcontainers.org/
[testcontainers-oss]: https://www.testcontainers.org/
[testcontainers-cloud]: https://www.testcontainers.cloud/