How to integrate with PHP Behat framework with LambdaTest?

How to integrate with PHP Behat framework with LambdaTest ?

Hi Emma!

To integrate LambdaTest with Behat framework, you need to update your test capabilities in your test scripts.

Let us have a look at an example which will validate your LambdaTest credentials for authentication purpose.

default:
   paths:
       features: '../features/single'
       bootstrap:  '../features/bootstrap'
   context:
       parameters:
           lambdatest:
               server: "hub.lambdatest.com"
               user: "YOUR_LAMBDATEST_USERNAME"
               key: "YOUR_LAMBDATEST_ACCESS_KEY"

For more details, head over to our guide on how to perform Selenium testing with Behat framework.