Save the current test script to a file.
/save
command saves the current state of the test script to a file. This command generates a YAML file containing the history of executed commands and tasks, allowing you to reuse or modify the test script later.
/save
command generates a YAML file with the current test script, including all executed steps and commands./save
frequently during interactive sessions to preserve your progress and avoid losing work./save
with /run
to quickly test and iterate on your scripts./save
command is ideal for creating reusable test scripts from interactive sessions.