Run a test file from a file.
The /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.
This command runs the helloworld.yaml
test file, executing each command in the file sequentially.
0
.1
./run
with debugging tools to troubleshoot failing tests./run
command is ideal for executing pre-created test files in an interactive session.Run a test file from a file.
The /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.
This command runs the helloworld.yaml
test file, executing each command in the file sequentially.
0
.1
./run
with debugging tools to troubleshoot failing tests./run
command is ideal for executing pre-created test files in an interactive session.