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

[Feature] Import & Export function the session results #78

Open ryanleung96 opened 2 years ago

ryanleung96 commented 2 years ago

Currently, the session information is stored in a local sqlite DB and it could be difficult to read it on another host. Therefore it would be great to have the import/export function for a single session.

Users will be able to import another session results on another host and check the results.

sudharsan-selvaraj commented 2 years ago

@ryanleung96 Thanks for bringing this up. we will definitely work on this in the future release.