No session in the Dashboard screen

Hello there,

I am new to Appium and try to build some tests for the company.

I have installed the lastes version of Appium and the dashboard plugin here, https://github.com/sudharsan-selvaraj/appium-dashboard-plugin.

But I do not see anything on the dashboard when I run the test code via VS code or the insepctor.

I have tired hard to find the answer for a week but there is no manual or something

Where can I start, and what do I need to use the dashboard?

Thank you in advance.

did you started your appium server with

appium --use-plugin=appium-dashboard

?

Sorry for making you confused.

Yes, I did so I see the UI in my web browser, but there is no section in it.

Sorry for making you confused.

Yes, I did so I see the UI in my web browser, but there is no section in it.

Thank you

cause possibly you need to start sessions to make them visible. execute some test while appium started with appium-dashboard option

see

Now navigate to http://localhost:4723/dashboard to open the web app which will show the complete list of tests and its details that are being executed.

will show the complete list of tests and its details that are being executed

1 Like

I have found out that the appium driver version was 1.4, so the plug-in didnt’ work while the test code works.

Thank you for your advice!