Xotabu4 / selenoid-github-action

This action starts selenoid(selenium grid replacement) server for your testing needs inside github actions workflow
MIT License
46 stars 16 forks source link

Allow configuring which browsers must be downloaded #2

Closed Xotabu4 closed 3 years ago

Xotabu4 commented 4 years ago
romsper commented 3 years ago

This is how you can do that: ./cm selenoid start --browsers "chrome:88.0" --force

Xotabu4 commented 3 years ago

@romsper published v2 version with this feature, can you please test?

romsper commented 3 years ago

@Xotabu4 looks like it works well! ;) Thanks!