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

XCUITest | Live video enabled even though `enableLiveVideo` is set to False #143

Open lhimo opened 3 months ago

lhimo commented 3 months ago

Hi, thanks for this great plugin. I've been using the enableLiveVideo capability successfully on UiAutomator2, but if I disable it with XCUITest I still get a live video.

Is this an issue or I am getting something wrong? Thanks again