Skip to main content
Version: 1.x

Interface: FETestLibraryOptions

Options for initializing the FE Test Library.

Example

const options: FETestLibraryOptions = {
detectWorkZone: true,
timeout: 30_000,
pollingInterval: 500,
};

Properties

detectWorkZone?

readonly optional detectWorkZone?: boolean


pollingInterval?

readonly optional pollingInterval?: number


timeout?

readonly optional timeout?: number