Hi, I'm looking for some example Java code to configure a Playwright test to run via a tunnel. Can you provide any examples?

Hi, I’m looking for some example Java code to configure a Playwright test to run via a tunnel. Can you provide any examples?

Hello Toby-steed,

To achieve this, you will just need to add the capability tunnel: true in your desired capability. If multiple tunnels are running, you can add tunnel and tunnel ID capabilities.

For your reference, please click these links: