Logging
Test Maker allows you to configure the type of logging generated during your test execution. The logs are either very detailed or from a high standpoint.
Name | Type | Description | Default Value |
---|---|---|---|
globalLogLevel | GlobalLogLevels | "all" | |
overrideConsole | boolean | ||
template | object | ||
terminalSizeFallback | object |
GlobalLogLevels
- all
- always
- critical
- debug
- error
- fatal
- info
- log
- silent
- trace
- warn
template
Name | Type | Description | Default Value |
---|---|---|---|
dateTimePrefix | boolean | true | |
overrideConsole | boolean | true | |
featurePrefix | boolean | true | |
logTypePrefix | boolean | true | |
pattern | function | ||
scenarioPrefix | boolean | true | |
stepPrefix | boolean | true | |
subStepPrefix | boolean | true |
terminalSizeFallback
Name | Type | Description | Default Value |
---|---|---|---|
columns | number | undefined | |
rows | number | undefined |