Archive
Posts Tagged ‘vertx’
Running your elasticsearch integration tests with JUnit 5, Karate and TestContainers (Docker)
8 July 2019
2 comments
Earlier this year I wrote an article on how to run your integration tests with an embedded elasticsearch. When upgrading to elasticsearch 7 this method didn’t work (yet). An alternative (and maybe even better) method is using Testcontainers to run elasticsearch in a Docker container. I will also show how you can leverage Karate to do your integration testing.
