0

I'm using zalenium using docker-compose file for executing my test case. But my test cases are failing because of zalenium service not in a ready state.

I tried a couple of options like the WAIT_FOR_HOSTS option of docker-compose but the issue is zalenium grid is getting started at port 4444 and nodes are not yet registered. which takes some time to in a ready state

Norayr Sargsyan
  • 1,737
  • 1
  • 12
  • 26

1 Answers1

0

Please refer to the section Waiting for Zalenium to be ready at https://opensource.zalando.com/zalenium/

diemol
  • 613
  • 3
  • 10