Hacker News new | ask | show | jobs
by apatheticonion 1601 days ago
The only thing I wish we had was remote browser access - so I could run my tests on a VM (like within a docker image) and use a browser on the host.

We use TestCafe at work for this purpose. I personally hate TestCafe as it's is an absurd unfocused mess of a browser remote, but it lets me control my browser by navigating to a URL which no other browser remote system does.

1 comments

You can do that with X11, set the display of your desktop inside the docker container and playwright's browser will appear on your desktop.