Current section
Files
Jump to
Current section
Files
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())
}).