ReportOptions
ReportingOptions
Reporting options:
- the
reporters
is an array of reporter configurations
Name |
Type |
Description |
TestOptions
Test execution options:
- the
timeout
in milliseconds, the default value is 2 minutes - the
useEventLoop
configures the event loop usage
true
always runs with an event loopfalse
never runs with an event loopnull
uses an event loop if there is one (provided by link) otherwise run without- the
reporters
is an array of reporter configurations
Name |
Type |
Description |
|
Set the test timeout. |
|
|
Configure the execution to use an event loop when there is no one existing. |