Skip to main content

Interface: ITestEngineOption

Defined in: packages/core/src/partTypes.ts:166

Shared base option for the framework adapters' createTestEngine entry points. Defined once in core so every adapter option type stays in lockstep and future universal bootstrap options have a single home.

Extends​

Properties​

rootElement?​

optional rootElement?: Element

Defined in: packages/core/src/partTypes.ts:172

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 members (1)

Properties​

parts​

parts: object

Defined in: packages/core/src/partTypes.ts:143

Inherited from​

IComponentDriverOption.parts