Current section
Files
Jump to
Current section
Files
include/dream_test@runner_RunnerConfig.hrl
-record(runner_config, {
max_concurrency :: integer(),
default_timeout_ms :: integer(),
test_filter :: gleam@option:option(fun((dream_test@types:single_test_config()) -> boolean()))
}).