Jonathan Vila Lopez

Jonathan Vila Lopez

Senior Software Engineer - Keycloak Cloud Native Distribution at Red Hat

Bio

Java Champion, Organiser at BarcelonaJUG and Cofounder of the JBCNConf conference in Barcelona.

Working at Red Hat as Senior Software Engineer at Keycloak Cloud-Native distribution, but I have worked as a (paid) developer since the first release of The Secret of Monkey Island, about 30 years ago. PMP certified by the PMI in Project Management.

Very interested in simulated reality, psychology and Java along with management technologies.

Speaker at conferences and meetups around the world.

Dare to test your Prod on CI. Hold my drink, and check Testcontainers


Agenda Talks

Java Master Con

11:25 to 12:10
03 Nov 2021

Dare to test your Prod on CI. Hold my drink, and check Testcontainers

We all know about the importance of testing, we do our unit tests, we continue with our integration tests …. 

But in each case, we are always testing isolated features and we use mocks for those things not important in those tests … So, what about testing everything with real layers and all together? And, even better, having that big test encapsulated in our project test suits and runnable locally and from our CI … Here is where Testcontainers appear.