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
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 |
Name | Type | Description | Default Value |
---|
columns | number | | undefined |
rows | number | | undefined |