See and write a test file without running the commands.
/dry
command is used to create a test file and write to a specified file. This command won’t run steps it creates. It’s a dry run.
click the 'log in' button
with an explanation and adds them to the current test file, without executing any command.
testdriverai
command with a valid file path before using /dry
./dry
with /undo
to write test files without executing them./dry
command is ideal for writing out a series of steps before executing.