Entry point for all Camunda process assertions. Provides fluent API for verifying process execution results.

Constructors

Properties

DEFAULT_ASSERTION_INTERVAL = 500

Default interval between assertion attempts

DEFAULT_ASSERTION_TIMEOUT = 10000

Default timeout for assertion polling

DEFAULT_ELEMENT_SELECTOR: ((id: string) => ElementSelector) = ElementSelectors.byId

Default element selector function

Type declaration

Methods

  • Sets the interval between assertion attempts.

    Parameters

    • interval: number

    Returns void

  • Sets the timeout for assertion polling.

    Parameters

    • timeout: number

    Returns void