Changes breaking backward compatibility
NewUpgraded the Firefox version on cloud browser to 114. It can cause some visual diffs in cloud browser test results.NewUpgraded Appium version to 2.0 on SauceLabs. In Android tests, test initialization may fail when using particular combinations of "Language" and "Locale" settings.
General
NewNow you can share a URL for a page which compares specific history versions.NewAdded support for selecting a part of data patterns to be executed in a batch run.- Now data patterns can be specified by adding the pattern index in brackets like
1[2], 1[5].
- Now data patterns can be specified by adding the pattern index in brackets like
FixFixed an issue where a shared step couldn’t be expanded on the screenshots tab of the test result page.FixResolved an issue where a specific project duplication could fail to finish.FixAdded support for “Mark as failure and continue” option to the “Assert UI element’s image matches” and “Assert UI element’s image does not match” commands.FixResolved an issue where a UI element in an iframe couldn’t be found in some cases.
Mobile App Testing
FixFixed an issue where UI elements couldn’t be detected appropriately for specific iOS apps.FixAdded support for WebView testing on iOS 16.4 simulators on “Local PC” environment.- You need to enable WebView inspection on your app according to this guide.
Browser Testing
FixFixed an issue where the “Navigate to URL” command could cause an error with specific URLs.