Interface: IAngularTestEngineOption
Defined in: angular-core/src/types.ts:35
Options for the Angular createTestEngine.
Extends​
ITestEngineOption
Properties​
providers?​
optionalproviders?: (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?​
optionalsettleTimeoutMs?: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?​
optionalrootElement?: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