tebeka / selenium

Selenium/Webdriver client for Go
MIT License
2.51k stars 410 forks source link

Running tests in parallel #311

Open stevecager opened 1 year ago

stevecager commented 1 year ago

Does anyone run Selenium Go UI tests in parallel?

The main goal is to speed up execution time.

I couldn't find anything in the documentation. Is there support for Selenium Grid in any language other than Java? (ideally Go)

I did find this repo but there are not many instructions.