Interface: FETestLibraryOptions
Options for initializing the FE Test Library.
Example
const options: FETestLibraryOptions = {
detectWorkZone: true,
timeout: 30_000,
pollingInterval: 500,
};
Properties
detectWorkZone?
readonlyoptionaldetectWorkZone?:boolean
pollingInterval?
readonlyoptionalpollingInterval?:number
timeout?
readonlyoptionaltimeout?:number