How do I run the tunnel using the PHP-Behat framework?

Tell me how to run the tunnel using the PHP-Behat framework.

Hello Tim,

Here is the sample code you need to use to run the tunnel using the PHP-Behat framework:

default:
   paths:
       features: '../features/single'
       bootstrap:  '../features/bootstrap'
   context:
       parameters:
           lambdatest:
               server: "hub.lambdatest.com"
               user: "YOUR_LAMBDATEST_USERNAME"
               key: "YOUR_LAMBDATEST_ACCESS_KEY"
 
               capabilities:
                   build: "behat-selenium-sample"
                   name: "single-behat-test"
                   video: true
                   visual: true
                   network: true
                   console: true
                   tunnel: true
 
 
               environments:
                   -
                       browserName: chrome
                       version: 71.0
                       platform: Win10