Changes breaking backward compatibility
Fix
MagicPodDesktop and magicpod-command-line now return2
instead of1
when the batch run status isUNRESOLVED
.
General
New
Changed the history list to be closable to display diffs more widely.New
Now histories can have multiline comments.Fix
Fixed an issue where UI thumbnails on history pages were always those of the latest version. Now each UI thumbnail corresponds to the version of the test case history.Fix
Fixed server errors on test case result pages.Fix
Fixed an issue where BrowserStack Local wasn’t working. (An issue since 0.99.25)
Mobile app testing
New
Added support for “accessibility id” locators for Android.New
Now UI elements can be detected even if ‘secure’ flag is enabled on Android. Note that the captured image is a simple black rectangle because we cannot take a screenshot.Fix
Fixed an issue where it can fail to connect to a local iOS real device from the test case edit page.Fix
Improved Android cloud device session stability while creating a test case.
Browser testing
New
Added “Automatically” mode to “Continue scroll” command.- “Continue scroll whole page” and “Continue scroll UI element” commands have been unified to “Continue scroll” command.
- “Automatically” mode sometimes doesn’t work well depending on the structure of web pages or target UI elements. In such case, please specify the scrolled target by selecting “Whole screen” or “UI element” mode.
New
Updated the Chrome/Edge version on cloud browser to 111.Fix
Fixed an issue where “Assert UI element equal” and some other commands related to UI element text had different results between Safari and other browsers.Fix
Fixed an issue where some elements couldn’t be captured in a specific condition.Fix
Resolved an issue where some UI elements couldn’t be detected even though they were rendered.Fix
Fixed an issue where multiple file upload by “Click and upload file” command failed in Firefox.Fix
Resolved an issue where an input element inside of iframe was not searched properly within “Click and upload file” command. (An issue since 0.99.25)