Skip to main content

Interface: IAngularRenderedTestEngineOption

Defined in: angular-core/src/types.ts:51

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

Properties​

applicationRef?​

optional applicationRef?: AngularAppStability

Defined in: angular-core/src/types.ts:57

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/src/types.ts:60

See AngularInteractorOption.settleTimeoutMs.