Current section

Files

Jump to
dream_test include dream_test@runner_RunnerConfig.hrl
Raw

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()))
}).