Running karate tests on chrome with chromedriver inside docker

We only support chrome native via Docker. Note that you can use existing Selenium “Grid” infra, for e.g see these:

https://github.com/ptrthomas/karate-devicefarm-demo

https://stackoverflow.com/a/60992292/143475

You can consider creating your own Docker image (which is very common) or use an existing “Selenium flavored” one. Do note that Karate is open-source. Maybe you would be interested to contribute this Docker container 🙂

Leave a Comment