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

Only one video getting recorded per session #127

Open Sivasankaramalan opened 1 year ago

Sivasankaramalan commented 1 year ago

Issue: when we are running the test suite with multiple test, we are seeing only one video at the end of the session.

Cause: We can see the video name is same as session name, looks like the earlier tests videos are overwritten

sudharsan-selvaraj commented 1 year ago

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?