Interface: ITestEngineOption
Defined in: packages/core/src/partTypes.ts:123
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​
parts​
parts:
object
Defined in: packages/core/src/partTypes.ts:115
Inherited from​
rootElement?​
optionalrootElement?:Element
Defined in: packages/core/src/partTypes.ts:129
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.