Sudharsan Selvaraj

Results 50 comments of Sudharsan Selvaraj
trafficstars

The video files are saved with the session id which is always unique. Can you add the screenshot for the issue where you have different tests with same name?

I was also looking for a similar solution and end up building one. refer to https://github.com/sudharsan-selvaraj/playshot **What it covers:** 1. **Support for Multiple Cloud Storage Options**: Currently, the library supports...

@zinaelnahel Yup, the library has the support for updating the screenshot if there is any change to the UI. You can refer https://github.com/sudharsan-selvaraj/playshot/blob/main/src/matcher.ts#L116 for the implementation details.

@zinaelnahel Could you please open a new issue on my repository so that we can continue our discussion there? This will help us keep the current thread focused and organized....

@samagarw is it happening for all the android devices or only for specific device?

@samagarw Can you check if `mjpegServerPort` capability is present in the session and try accessing the url directly from the browser and check if the video is loading. In the...

@samagarw We have fixed it in the latest release. can you check if the issue got resolved?

@samagarw For live video streaming we rely on appium's mjpegServer. Few other android users also facing the same issue and it's already reported to appium https://github.com/appium/appium/issues/18325 I will also look...

@samagarw As stated above (https://github.com/sudharsan-selvaraj/appium-dashboard-plugin/issues/111#issuecomment-1593498403), we don't have much control on how live video is generated as we are dependent on appium-uiautomator2-server.

You can delete all the session data from the UI by clicking the `delete all sessions`. This will clear all data and brings back the dashboard to original state. Otherwise,you...