Skip to main content

Interface: IAngularTestEngineOption

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

Options for the Angular createTestEngine.

Extends​

  • ITestEngineOption

Properties​

providers?​

optional providers?: (Provider | EnvironmentProviders)[]

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

Extra providers passed to the bootstrapped application, e.g. provideZonelessChangeDetection() to force zoneless in a zone.js-loaded environment, router/http test providers, etc.


settleTimeoutMs?​

optional settleTimeoutMs?: number

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

See AngularInteractorOption.settleTimeoutMs.

Inherited members (2)

Properties​

parts​

parts: object

Defined in: core/dist/index.d.mts:1090

Inherited from​

ITestEngineOption.parts


rootElement?​

optional rootElement?: Element

Defined in: core/dist/index.d.mts:1117

Element to host the rendered subject. Defaults to document.body for the in-DOM adapters (DOM/React/Vue); ignored by out-of-process adapters such as Playwright.

Inherited from​

ITestEngineOption.rootElement