You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the Java, Python, and JS SDK, we have already moved to testcontainers.org for testing with the test-harness. It reduces the pain and effort, as the containers are started as part of the tests, rather than an extra ci step and/or locally an additional docker command.
Within the Java, Python, and JS SDK, we have already moved to testcontainers.org for testing with the test-harness. It reduces the pain and effort, as the containers are started as part of the tests, rather than an extra ci step and/or locally an additional docker command.
Within our ci files:
dotnet-sdk-contrib/.github/workflows/ci.yml
Lines 50 to 60 in 2f4907e
for running the tests locally:
https://github.com/open-feature/dotnet-sdk-contrib/blob/main/src/OpenFeature.Contrib.Providers.Flagd/docker-compose.yaml
See: https://dotnet.testcontainers.org/ how to integrate testcontainers
This issue blocks #306
The text was updated successfully, but these errors were encountered: