Support connection to remote browser
See original GitHub issueIt is a proposal.
Current behavior:
Currently, all browsers for Cypress runner should be installed on the same host (or same container). It makes it hard to have custom setups in complex projects with a lot of services connected via Docker.
Desired behavior:
Support possibility to connect to remote Chrome browser via WS, running locally or in the container.
For example, when using e2e testing with Jest + Puppeteer setup, I can use a separate Chrome container and just set a remote chrome address in config.
connect: {
browserURL: 'http://127.0.0.1:9222'
}
Steps to reproduce: (app code and test code)
There is no such option yet.
Versions
Cypress 3.8.0
Issue Analytics
- State:
- Created 4 years ago
- Reactions:49
- Comments:9 (1 by maintainers)
Top Results From Across the Web
How do I launch a remote browser connection? - Auvik Support
From a device dashboard, hover over Remote Management and click Remote Browser. · Select a port to connect to. If you don't see...
Read more >A message stating "connection to the remote browser server ...
A pop-up message regarding the SAS® remote browser might be displayed when using ODS to create HTML, PDF, or RTF files on Microsoft...
Read more >Access another computer with Chrome Remote Desktop
On your computer, open Chrome. · In the address bar at the top, enter remotedesktop.google.com/support , and press Enter. · Under “Get Support,...
Read more >Get started with the web client for Remote Desktop Services
... and a supported web browser, and you're good to go. Tip. If you want to connect to Azure Virtual Desktop instead of...
Read more >Remote Support Tools: Best Solutions in 2022 - HelpWire
Talking of IT remote support software, we usually mean a software-based access tool that lets tech pros connect devices remotely over the ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m very interested in using this feature! Is there a design document for the feature? Anyway I can help to implement it?
Are there any news on this one?