How to define the number of parallel processes in Selenium IDE test?

Can I define the number of parallel processes in Selenium IDE test?

Hi Rebecca,

You can use any of the below syntax to specify the count of parallel processes to be executed:

Either “–w 2” Or “–max-workers 2”

The above flag will allow 2 parallel processes.