Passing my test name in capabilities yet I am getting the test name as my scenario name in webdriverio

Passing my test name in capabilities yet I am getting the test name as my scenario name in Webdriverio. I dont know why this is happening

This is happening because you are using ā€œwdio-lambdatest-serviceā€ in your test. You could disable it by going to your package.json file and removing it from there. After that you would see the test name as the one you are passing in your capabilities manually. I am attaching a screenshot for your reference:

1 Like