Skip to content

[Feature] Debugging support in Remote Browser #29086

@shaw91

Description

@shaw91

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions