CLI Question for multiple browsers

Looking to run my tests in parallel in 2 browsers but it appears that is not supported by the current CLI. Is there a workaround or a way that I can manipulate the CLI so that I can run multiple browsers like I am able to in the Katalon IDE? Please advise?

You’re in luck, Amanda. Well, maybe…

The team have embraced Se Grid with Katalium (awful name but there ya go).

Pre-emptive answers:

  1. I’ve never used it.

  2. That’s all the docs that I’m aware of.

  3. I don’t know. :stuck_out_tongue:

Be sure to post another nice article if you get it working (please!)

Well, I’ll start there and see what I can do!! And if it works, expect another article!! :stuck_out_tongue:

1 Like

And some background… Katalium is meant to make Se Grid “easier”.

https://www.guru99.com/introduction-to-selenium-grid.html

Well, now I have to figure out how to put that into the cli… this could be a fun and interesting day.

welp, this might be a problem:

I guess the only upside is, you’re ahead of the curve :confused:

well, that’s what I do best!

AAAANNNNND I’m a dope. I’d changed my suite to only run the testSuitePath, so that will only run the test cases, it won’t run the collection. SO, I took that out, left the testSuiteCollectionPath in and :tada: now it runs in chrome and firefox in parallel. So, that’s fun

1 Like