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.
113 stars 28 forks source link

how to change name on session? #134

Open fatahillahardhi opened 10 months ago

fatahillahardhi commented 10 months 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 9 months ago

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

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

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

SushanthN commented 9 months ago

@sudharsan-selvaraj Do we have documentation link?