I just need chromium installed in CI (chromium --remote-debugging-port=9222 --headless)
I can launch a subprocess exposing specific port (i.e. 9222). This would allow me connect over CDP which is quite identical to production.
I just need chromium installed in CI (chromium --remote-debugging-port=9222 --headless)
I can launch a subprocess exposing specific port (i.e. 9222). This would allow me connect over CDP which is quite identical to production.