You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release adds cross-page filter sync and test URL navigation.
🚀 Features
Filter and selection sync between Suites and Visual checks
Filters and the selected test/screenshot are now synchronized between the Suites and Visual checks pages — switching between them preserves your current context.
Navigate to test by URL
A new button is now available in the tests tree and on the test page in the badges section, allowing you to navigate directly to a test via its URL.
🐛 Bug fixes
browser filter on the Visual checks page now works correctly
exact test name match now always appears first in search results
You can now repeat tests directly from the UI. Click the dropdown arrow on the "Retry" button or use the "Run Options" in the tests tree to select how many times to repeat the test.
This release contains various bug fixes that enhance working with visual checks and fix crash in rare cases when working with badges. New debug options --inspect/--inspect-brk were added for a bit easier access to debugging (Testplane only).
🐛 Bug fixes
fix: remember diffMode and collapsible sections state in localStorage in #760
fix: support downloading images from remote URLs before accepting them #761
correctly send required modules via cli option require to run method of Testplane in gui mode. In order to correctly require user modules in master and worker processes in Testplane (#755)