This example demonstrates testing shell commands and CLI tools using TestQL.
basic-commands.oql— Run shell commands and assert exit codesfile-operations.oql— File system operations with assertionsrun.sh— Execute the scenarios
./run.sh- Shell execution:
SHELL,EXEC,RUN - Exit code assertions:
ASSERT_EXIT_CODE - Dry-run safe: examples use
ASSERT_EXIT_CODEinstead of stdout checks