Current section

Files

Jump to
startest include startest@config_Config.hrl
Raw

include/startest@config_Config.hrl

-record(config, {
reporters :: list(startest@reporters:reporter()),
discover_describe_tests_pattern :: gleam@regex:regex(),
discover_standalone_tests_pattern :: gleam@regex:regex(),
filters :: list(binary()),
test_name_pattern :: gleam@option:option(binary())
}).