How do I update test names in automated tests with Appium and WebDriverio?
Hello Tim,
You can use this hook to update the test names :
driver.executeScript(‘lambda-name=Your_test_name’)
How do I update test names in automated tests with Appium and WebDriverio?
Hello Tim,
You can use this hook to update the test names :
driver.executeScript(‘lambda-name=Your_test_name’)