tebeka / selenium

Selenium/Webdriver client for Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running tests in parallel

stevecager opened this issue · comments

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.