7.2 Command Line Options
# Run all tests
d3tui_test
# Run specific suite
d3tui_test --suite unit
# Run specific test
d3tui_test --suite unit --test test_terminal_create
# Verbose output
d3tui_test --verbose
# Stop on first failure
d3tui_test --stop-on-failure
# List available tests
d3tui_test --list
# Output format (text, json, junit)
d3tui_test --format json
# Output file
d3tui_test --output results.json