Template SettingsFields
template SettingsFields
;
Contained Variables
Name | Type | Description |
artifactsLocation
|
string | Where to generate artifacts
|
dangerTestDuration
|
uint | Show the duration with red if it takes more dangerTestDuration msecs
|
executor
|
string | The 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
|
uint | The 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
|
uint | Show the duration with yellow if it takes more warningTestDuration msecs
|