nilic10
nilic10
Hi, I'm running my selenium tests in parallel, with following configuration: junit.jupiter.execution.parallel.enabled = true junit.jupiter.execution.parallel.mode.classes.default = concurrent junit.jupiter.execution.parallel.config.strategy = fixed junit.jupiter.execution.parallel.config.dynamic.factor = 40 junit.jupiter.execution.parallel.config.dynamic.max-pool-size-factor = 40 I noticed that all...
### What happened? Hi all, I'm using docker selenium full grid (router, distributor, sessions, session-queue, events-bus are on the same VM, and docker-nodes are on different VM-s). In my tests,...