Template SettingsFields

template SettingsFields ;

Contained Variables

NameTypeDescription
artifactsLocation stringWhere to generate artifacts
dangerTestDuration uintShow the duration with red if it takes more dangerTestDuration msecs
executor stringThe default executor is SingleRunner. If you want to use the ParallelExecutor set this option to parallel or if you want to use the ProcessExecutor set it to process.
glyphs GlyphSettings
maxThreads uintThe number of threads tha you want to use 0 means the number of cores that your processor has
plugins string[]A list of plugins that will be added as dependencies from code.dlang.org. The plugins will be imported in the main file.
reporters string[]The reporter list that will be added by the runner at startup You can use here only the embeded reporters. If you want to use a custom reporter you can use static this constructor
testDiscovery string[]The test discovery classes that you want to use
warningTestDuration uintShow the duration with yellow if it takes more warningTestDuration msecs