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. This 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. This 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:
https://github.com/open-feature/go-sdk-contrib/blob/main/.github/workflows/ci.yaml#L46-L56
See: https://golang.testcontainers.org/ how to integrate testcontainers
The text was updated successfully, but these errors were encountered: