sudharsan-selvaraj / appium-dashboard-plugin

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.
116 stars 28 forks source link

how to change name on session? #134

Open fatahillahardhi opened 1 year ago

fatahillahardhi commented 1 year ago

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
sudharsan-selvaraj commented 1 year ago

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

driver.executeScript("dashboard: setTestName", "My login test");
fatahillahardhi commented 1 year ago

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

SushanthN commented 1 year ago

@sudharsan-selvaraj Do we have documentation link?