Releases: AppiumTestDistribution/appium-reporter-plugin
Releases · AppiumTestDistribution/appium-reporter-plugin
1.1.0-beta.06
- bypass screenshot-ing for commands when session is null
- bump up appium version
1.1.0-beta.05
Fix #142
1.1.0-beta.04
- Improve logging and error handling
1.1.0-beta.03
fix #139
1.1.0-beta.02
What's Changed
- unignore sample test by @Dileep17 in #134
- generate unique Id and use it to differentiate tests instead of sessionID by @Dileep17 in #137
Full Changelog: 1.1.0-beta.01...1.1.0-beta.02
1.1.0-beta.01
- Breaking change: update /setTestInfo binding. [Backward compatibility is broken]
This doesn't depend on the session anymore. This enables users to push info of pending tests. - Sample Java implementation is added
- Style changes
- Capture error response at the command
1.0.0-beta.13
add pending and unknown test status
Fix issue #111
1.0.0-beta.12 add 'closeapp' to ExclusionList and add skipped commands to report wi…
1.0.0-beta.11
- Fix performance issue
1.0.0-beta.10
- Fix Issue #95