Skip to content

API Reference / @gtkx/vitest / HeadlessOptions

Type Alias: HeadlessOptions

HeadlessOptions = object

Defined in: headless-display.d.ts:9

Settings for the per-worker headless Wayland display.

Properties

compositor

compositor: CompositorId

Defined in: headless-display.d.ts:13

Wayland compositor used to back the headless display.


size

size: string

Defined in: headless-display.d.ts:11

Output resolution as a "WIDTHxHEIGHT" string, for example "1024x768".

Released under the MPL-2.0 License.