7. Test Configuration
7.1 Configuration File
# d3tui.test.ini
[general]
verbose = true
stop_on_failure = false
random_seed = 12345
[suites]
unit = true
integration = true
hardware = false
[filters]
# Only run tests matching these patterns
default = true
slow = false
[timeouts]
unit = 1000
integration = 5000
hardware = 30000