Parallel Execution using Selenium Grid and Katalon Studio

Hi,
I have Katalon Studio set up with Selenium Grid, however I’m having an issue getting my tests to run in parallel.
Basically, what I need to happen is that when I run a test from Katalon, I need the test to be sent to all nodes that fit the desired capabilities rather than just one of them. Is there a way to do this?

Thanks
Tom

1 Like

Hello Tom,
what is setup of your Test Suite Collection?
and

*** cut ***
when I run a test from Katalon, I need the test to be sent to all nodes that fit the desired capabilities rather than just one of them.
*** cut ***

which node is used is not decided by Katalon, but by Selenium grid Hub … he decides which node will run that 1 test…

I’m having trouble sending arguments to my selenium grid remote.
for example add headless to my desired capabilities custom
I have tried many options such as:
image

but without succes.

Did anyone manage to do it.