feat: add keyboard shortcuts (Ctrl + Up/Down) for test results navigation #505 by eesmile · Pull Request #528 · allure-framework/allure3 · GitHub
Skip to content

feat: add keyboard shortcuts (Ctrl + Up/Down) for test results navigation #505#528

Closed
eesmile wants to merge 12 commits into
allure-framework:mainfrom
eesmile:feat-keyboard-nav
Closed

feat: add keyboard shortcuts (Ctrl + Up/Down) for test results navigation #505#528
eesmile wants to merge 12 commits into
allure-framework:mainfrom
eesmile:feat-keyboard-nav

Conversation

@eesmile

@eesmile eesmile commented Mar 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Restored the ability to navigate between test results using keyboard shortcuts, bringing back the quick-review workflow from Allure 2.

Changes

  • Added a global keyboard listener for navigation events.
  • Implemented Ctrl + Up and Ctrl + Down shortcuts to switch between Previous/Next test results.
  • Added logic to prevent navigation triggers when the user is typing in input fields (search/comments).

Why Ctrl + Arrows?

Using the Ctrl modifier prevents conflicts with native browser scrolling and ensures a deliberate navigation experience within the test list.

Fixes

Closes #505

@CLAassistant

CLAassistant commented Mar 4, 2026

Copy link
Copy Markdown

@mivanov1989

Copy link
Copy Markdown

@eesmile hi, are there plans to include this change into a release in nearest time?

@eesmile

eesmile commented May 20, 2026

Copy link
Copy Markdown
Contributor Author

@eesmile hi, are there plans to include this change into a release in nearest time?

hello! I'm not aware, this is a question for the founders.

@mivanov1989

Copy link
Copy Markdown

@eesmile hi, are there plans to include this change into a release in nearest time?

hello! I'm not aware, this is a question for the founders.

Thanks for the quick answer!

@eroshenkoam @baev guys could you please consider this for the future release? We really miss the ability to control the report with keyboard :)

@baev

baev commented Jun 11, 2026

Copy link
Copy Markdown
Member

@baev baev closed this Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Bring back keyboard arrow navigation for test results in the new UI

4 participants