You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Optional) Whether to enable time skipping using fake timers during test execution.
When set to true, the test runner will install fake timers that allow tests to skip over time-based operations like setTimeout, setInterval, context.wait, and context.step retries without actually waiting for the specified duration. This significantly speeds up test execution for workflows that involve delays or timeouts.
When set to false or undefined, real timers will be used and any time-based operations will execute with their actual delays.