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 loop
    • false never runs with an event loop
    • null 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

timeout

Number

Set the test timeout.

useEventLoop

Boolean

Configure the execution to use an event loop when there is no one existing.

reporters

Array of ReportOptions

Replace the current list of reporters with a new one.