Can I run WebdriverIO tests on HyperExecute via proxy?

Can I run WebdriverIO tests on HyperExecute via proxy?

Hi Junior,

Yes, you can use the following parameters in the testRunnerCommand of the HyperExecute YAML file to run tests via proxy.

testRunnerCommand: testRunnerCommand: 
$env:GLOBAL_AGENT_NO_PROXY="hub.lambdatest.com";
$env:GLOBAL_AGENT_HTTP_PROXY=$env:LT_PROXY