appium-dashboard-plugin icon indicating copy to clipboard operation
appium-dashboard-plugin copied to clipboard

how to change name on session?

Open fatahillahardhi opened this issue 2 years ago • 3 comments

halo guys, I want to ask how to change session name in Appium Dashboard?

I want to change this "Ios" to scenario name

Screenshot 2023-10-02 at 2 28 02 PM

fatahillahardhi avatar Oct 02 '23 07:10 fatahillahardhi

We provide an option to update the test name from the code using executeScript.

driver.executeScript("dashboard: setTestName", "My login test");

sudharsan-selvaraj avatar Oct 03 '23 05:10 sudharsan-selvaraj

thank you @sudharsan-selvaraj, can you please give me the link for this documentation?

fatahillahardhi avatar Oct 03 '23 07:10 fatahillahardhi

@sudharsan-selvaraj Do we have documentation link?

SushanthN avatar Oct 17 '23 17:10 SushanthN