Keyboard Shortcuts
Running through testing without leaving the keyboard.
Keyboard shortcuts let you run through testing without leaving the keyboard.
| Action | Shortcut |
|---|---|
| Pass test | Ctrl/Cmd+Enter |
| Fail test | Ctrl/Cmd+F |
| Skip test | Ctrl/Cmd+S |
| Previous case | Ctrl/Cmd+← |
| Next case | Ctrl/Cmd+→ |
| Jump back 10 cases | Ctrl/Cmd+Shift+← |
| Jump forward 10 cases | Ctrl/Cmd+Shift+→ |
When jumping 10 cases with fewer than 10 remaining, you go to the first or last case. Jumping from the first or last case wraps around and continues as expected.