How can I rename a test with automation script?
Hi Dipen Soni,
You can rename a test with an Automation script by using the below capability:
driver.executeScript('lambda-name=Your_test_name')
How can I rename a test with automation script?
Hi Dipen Soni,
You can rename a test with an Automation script by using the below capability:
driver.executeScript('lambda-name=Your_test_name')