Remove the last generated command or step from the current test script.
/undo
command removes the last generated command or step from the current test script. This is useful for quickly correcting mistakes or removing unintended actions during an interactive session.
/undo
command removes the most recently added command or step from the test script./undo
multiple times to remove multiple commands or steps./undo
/undo
/undo
immediately after generating a command to quickly fix mistakes or refine your test script./undo
with /save
to iteratively build and refine your test scripts./undo
command only removes the last generated command or step. If you need to undo multiple actions, call /undo
repeatedly./undo
command is ideal for interactive sessions where you are experimenting with test generation.