In a previous post, we learned about some interesting use cases of Testcontainers; now you’ll see how to integrate it into CI systems running within Docker containers themselves. Integration with OpenShift If you are using a CI environment that runs itself in Docker container, like Jenkins in the highly recommended…
Ein Erfahrungsbericht Die Studenten des OC Lab“™s beschäftigen sich immer wieder mit neuen Technologien und Herausforderungen. So haben wir uns…
In a previous post, we learned what Testcontainers is; now you’ll see some examples of its use. Use Case: Integration…
Testcontainers is an MIT-licensed Java library that enables you to easily launch and wire up Docker containers from within unit tests.