How do I run the tunnel using the JS-Nightwatch framework?

How can I run the tunnel using the JS-Nightwatch framework?

Hello Macy,

Configure tunnel first either by Command line or by Underpass and use the below capability:

capabilities = {
                "build" : "your build name",
                "name" : "your test name",
                "platform" : "Windows 11",
                "browserName" : "Chrome",
                "version" : "103.0",
                "selenium_version" : "3.141.59",
                "tunnel" : "true";
     }