Changes breaking backward compatibility
New
Upgraded the Firefox version on cloud browser to 114. It can cause some visual diffs in cloud browser test results.New
Upgraded Appium version to 2.0 on SauceLabs. In Android tests, test initialization may fail when using particular combinations of "Language" and "Locale" settings.
General
New
Now you can share a URL for a page which compares specific history versions.New
Added 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
Fix
Fixed an issue where a shared step couldn’t be expanded on the screenshots tab of the test result page.Fix
Resolved an issue where a specific project duplication could fail to finish.Fix
Added 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.Fix
Resolved an issue where a UI element in an iframe couldn’t be found in some cases.
Mobile App Testing
Fix
Fixed an issue where UI elements couldn’t be detected appropriately for specific iOS apps.Fix
Added 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
Fix
Fixed an issue where the “Navigate to URL” command could cause an error with specific URLs.