Right now if I run a test in a remote browser using ws connection, passing a --debug flag doesn't seem to help debug the test. It simply doesn't open the playwright inspector. Any suggestions or alternatives?
My remote browser is running at
connectOptions: {
wsEndpoint: 'ws://localhost:64431',
},
I am trying this out since my code is in remote machine and through this I want to run tests in my local machine. While with this I can do that, but debugging of tests doesn't work.