getgauge / taiko

A node.js library for testing modern web applications
https://taiko.dev
MIT License
3.58k stars 453 forks source link

Support for connecting remote browsers #2289

Closed Archish27 closed 3 years ago

Archish27 commented 3 years ago

Is your feature request related to a problem? Please describe. Cross Browser testing by connecting remote browsers. It would be great we can test multiple browsers at same time.

Describe the solution you'd like If taiko can connect to remote browsers eg: connectToRemote('chrome89')

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

sriv commented 3 years ago

Please take a look at https://github.com/saikrishna321/taiko-selenoid, which uses selenoid to orchestrate remote browsers and bootstraps taiko to it.

zabil commented 3 years ago

Closing this as taiko selenoid or a plugin is the best way to add this feature.