1

Is it possible to set chrome default locale programmatically when choosing the webdriver ? Right now I have 3 different docker images (FR, ES, EN) but it makes my gitlab runners run very slowly (or looks like it is) and also it is also not very flexible to test locally. Is there a way to switch chrome locale on the fly inbetween tests ?

Thanks a lot.

1 Answers1

0

I think the locale is hard-coded in the Docker container as of now. Do you think you can contribute code so that it can be parameterized.

The relevant Docker file is here: https://github.com/intuit/karate/blob/master/karate-docker/karate-chrome/Dockerfile

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248