Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GD-146: Add shortcut support to run/debug/create tests #148

Merged
merged 12 commits into from
Mar 25, 2023
Merged

Conversation

MikeSchulze
Copy link
Owner

@MikeSchulze MikeSchulze commented Mar 20, 2023

Why

Some users want to use shortcuts instead of using context menues

What

Added os specific shortcuts:
Windows:
CTRL+F5 - ReRun Tests
CTRL+F6 - ReRun Tests (Debug)
CTRL+F7 - Run overall Tests
CTRL+F8 - Stop test execution

CTRL+ALT+F5 - Run Testcase
CTRL+ALT+F6 - Debug Testcase
CTRL+ALT+F10 - Create Testcase
MacOs:
COMMAND+F5 - ReRun Tests
COMMAND+F6 - ReRun Tests (Debug)
COMMAND+F7 - Run overall Tests
COMMAND+F8 - Stop test execution

COMMAND+ALT+F5 - Run Testcase
COMMAND+ALT+F6 - Debug Testcase
COMMAND+ALT+F10 - Create Testcase

Added new settings to configure shortcuts
image

# Why
Some users want to use shortcuts instead of using context menues

# What
Added shortcuts:
  CTRL+F5 - ReRun Tests
  CTRL+F6 - ReRun Tests (Debug)
  CTRL+F7 - Run overall Tests
  CTRL+F8 - Stop test execution
  CTRL+ALT+F5 - Run Testcase
  CTRL+ALT+F6 - Debug Testcase
  CTRL+F10 - Create Testcase
@MikeSchulze MikeSchulze self-assigned this Mar 20, 2023
@MikeSchulze MikeSchulze linked an issue Mar 20, 2023 that may be closed by this pull request
@MikeSchulze MikeSchulze removed the WIP label Mar 25, 2023
@MikeSchulze MikeSchulze merged commit 41813b2 into master Mar 25, 2023
@MikeSchulze MikeSchulze deleted the GD-146 branch March 25, 2023 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-146: Add shortcuts to run commands via key actions
1 participant