Skip to main content

Interface: IAngularRenderedTestEngineOption

Defined in: angular-core/dist/index.d.mts:48

Options for createRenderedTestEngine, where the host environment (not the engine) bootstrapped the application.

Properties​

applicationRef?​

optional applicationRef?: AngularAppStability

Defined in: angular-core/dist/index.d.mts:54

The ApplicationRef of the already-bootstrapped application. When provided, interactions settle via whenStable(); when omitted the interactor falls back to yielding a macrotask after each interaction.


settleTimeoutMs?​

optional settleTimeoutMs?: number

Defined in: angular-core/dist/index.d.mts:56

See AngularInteractorOption.settleTimeoutMs.