appium-dashboard-plugin
appium-dashboard-plugin copied to clipboard
how to change name on session?
halo guys, I want to ask how to change session name in Appium Dashboard?
I want to change this "Ios" to scenario name
We provide an option to update the test name from the code using executeScript.
driver.executeScript("dashboard: setTestName", "My login test");
thank you @sudharsan-selvaraj, can you please give me the link for this documentation?
@sudharsan-selvaraj Do we have documentation link?