codeceptjs
Version:
Modern Era Acceptance Testing Framework for NodeJS
68 lines (35 loc) • 709 B
Markdown
<!-- Generated by documentation.js. Update this documentation by updating the source code. -->
## debug
Print information in --debug mode
### Parameters
- `msg`
## error
Print error
### Parameters
- `msg`
## level
Set or return current verbosity level
### Parameters
- `level`
## log
Print information in --verbose mode
### Parameters
- `msg`
## process
Print information for a process
Used in multiple-run
### Parameters
- `process`
## say
Print a text in console log
### Parameters
- `message`
- `color` (optional, default `'cyan'`)
## step
Print a step
### Parameters
- `step`
## success
Print a successful message
### Parameters
- `msg`