Skip to content

v11.7.0 — Hotkeys, tree actions and more!

Choose a tag to compare

@shadowusr shadowusr released this 04 Dec 14:16
· 49 commits to master since this release

This release introduces hotkeys for the most-used UI features, ability to copy and run tests using buttons in the suites tree and improves legacy URLs handling.

🚀 Features

Hotkeys

We're excited to announce hotkeys covering the most popular features, with more to come in the future!

Screenshot 2025-11-27 at 11 57 43 AM

Fast tree actions & test name copying

A long-awaited feature for quickly running all tests in the given suite is now available!

We've added ability to copy suite name with a single click as well.

Screenshot 2025-12-04 at 1 31 32 PM

URLs improvements

Last, but not least, working with URLs is now a lot better:

  • Legacy URLs are now understood by New UI and are transformed automatically:
    Old format: ?testNameFilter=some-test-name&browser=chrome&strictMatchFilter=true&retryIndex=0&expand=all
    New format: /#/suites/a23f11/chrome/0/some-state
    
  • When browser has multiple version, but in query params browser=chrome is specified, all versions will be selected instead of none before
  • A small tag with browser version is displayed for browser tree items having more than one version
  • Fixed issues with browsers select being empty