0

I am doing a POC for Setting up selenoid +ggr

on 1 machine I have ggr and on other machine I have selenoid my selenoid setup on machine has 5 instance available enter image description here

but when I execute the tests I can see only 2 tests are running.

in anther project same setup is running fine

smiles
  • 221
  • 1
  • 4
  • 19

1 Answers1

0

Selenoid is just an API that executes as many browsers as you request in parallel. Make sure you are really requesting as many browser sessions in parallel as you wish to have.

vania-pooh
  • 2,933
  • 4
  • 24
  • 42