Appium Dashboard Plugin Versions Save

Appium plugin that provides complete test logs, video recording of test and device logs(logcat and syslogs) for easy debugging.

V2.0.3

4 months ago

Added new flags to disable video recording and live video

V2.0.2

1 year ago

Added new capability to set the custom video resolution.

v2.0.1

1 year ago

Fix issue with video recording

v2.0.0

1 year ago
  1. Fix video download issue.
  2. Ability to delete all sessions and related videos from UI.

v1.0.0-beta.14

1 year ago

🐛 Bug Fixes

  • freeze appium-remote-debugger version in package.json (#75) @sudharsan-selvaraj

v1.0.0-beta.13

1 year ago

🐛 Bug Fixes

  • fix: Session creation issue due to conflict in capabilities (#69) @sudharsan-selvaraj

v1.0.0-beta.12

2 years ago

What's new?

  • feat: allow summary header to be collapse (#57) @sudharsan-selvaraj
  • feat:provide ability to execute webdriver io script via UI (#52) @sudharsan-selvaraj

🐛 Bug Fixes

  • fix: app profiling issue for android API 28 and adb initialization error (#50) @sudharsan-selvaraj

v1.0.0-beta.11

2 years ago

What's new?

  • chore:add release drafter github workflow (#38) @sudharsan-selvaraj
  • chore: Initialise redux-toolkit and axios (#23) @sbalaji1192

🚀 Features

  • feat:stream live video of test execution (#41) @sudharsan-selvaraj
  • View all network call made by the application during text execution(both webview and chrome browser). (#37) @sudharsan-selvaraj
  • Implement app profiling functionality for android tests (#31) @sudharsan-selvaraj
  • Implement pause session functionality along with other ui improvements. (#30) @sudharsan-selvaraj
  • chore: Initialise craco, eslint and prettier (#20) @sbalaji1192

🐛 Bug Fixes

  • Fix screenshot and locator not shown for android webview tests(#34) (#35) @sudharsan-selvaraj

1.0.0-beta.10

2 years ago

Refactor and bug fixes.

1.0.0-beta.9

2 years ago
  1. Fixed integration issues with device-farm-plugin