Run a test file from a file.
/run
command is used to execute a test file from a specified file. This command performs each step defined in the test file and outputs the results.
helloworld.yaml
test file, executing each command in the file sequentially.
helloworld.yaml
file needs to be present in the present directory. If
its present outside, need to specify the relative path like
../snippets/helloworld.yaml
0
.1
./run
command is ideal for executing pre-created test files in an interactive session.