Open mpluta-airhelp opened 6 years ago
Where ou able to make it work ? I'm looking into using grid with Galen but I have been unable to make it work
Youncan try my Docker Image https://hub.docker.com/r/galenframework/cli/
@axelbarfod1 - Grid works fine until you need to switch browser. I had no time to look into it recently.
@hypery2k - Can you tell us how you manage cross browser testing?
@mplutia-airhelp: Didn't get what you mean. The Docker Image has multiple browsers configured.
@hypery2k how do you set up configuration parameters?:
galen.browserFactory.selenium.runInGrid
galen.browserFactory.selenium.grid.url
galen.browserFactory.selenium.grid.browser
With that setup, what is your command for launching test against given browser? My experience is that there is no such command and browser is taken from galen.config which cannot be changed during runtime. But I might have omitted sth.
Thanks
Hello,
Problem I have is to make my test run to use specific browser available inn grid. Even better it should use all browsers that I set in parametrised test. But for now I am running test with command:
and my test looks like this:
Problem is that this command does not override galen.browserFactory.selenium.grid.browser config param and so test is using firefox node:
galen.config:
Here is my docker setup:
docker-compose.yml
and Dockerfile
Am I missing sth?
Regards! Mateusz