Say it works on my machine one more time… I dare you!

A presentation at Devoxx Poland in in Kraków, Poland by Oleg Šelajev

Reliable automated tests are essential for developer productivity, sensible continuous delivery setups, and security. But many teams need help creating tests they don’t struggle to maintain and trust enough to rely on in an automated fashion.

In this session, we’ll look at how Testcontainers can easily power your automatic test suites whether you want to run unit tests with real service dependencies, integratin tests or even complex end-to-end and chaos engineering setups. With Testcontainers, you can run tests the same way on developer machines and CI platforms without introducing unnecessary complexity, slowing down your pipelines, or annoying yourself with fragile and error-prone manual setups.

In addition to tests, you will also learn how to set up your local development environment using Testcontainers to run your projects locally with ease, creating a whole new developer experience for your team.

Resources

The following resources were mentioned during the presentation or are useful additional information.