I am using mocha with webdriver io and I have the name of the test in the IT block , How do i pass the test name
Hi Jacqueline
We provide LambdaTest service for webdriverIO; the service, once added, can automatically consider the test names mentioned in the IT blocks as the test names in LambdaTest. The service can be added as follows in the wdio.conf.js file :
services: [
"lambdatest"
]