action #103715
open
Add pause on command failure in developer mode
Added by dzedro about 3 years ago.
Updated about 3 years ago.
Category:
Feature requests
Description
If I debug console test then I have to watch the test and use "Pause on next command",
to debug command failure as there is no option to auto pause test other than screen fail.
Would help if there is "Pause on next command fail" checkbox or option in the drop-down list.
- Target version set to future
good idea. Let's see how feasible this would be.
The current "Pause on next command" feature pauses before the next command. This new feature would pause after a command if it failed. That is a bit more tricky because the pausing needed to be handled when sending back responses from the backend by postponing the reply. That's something we're not doing so far (we only postpone sending commands, not returning an answer). However, I suppose it should still be possible.
Also available in: Atom
PDF