Playwright Power Platform Toolkit v0.0.4
Playwright Power Platform Toolkit / AppCreationOptions
Interface: AppCreationOptions
Defined in: types/index.ts:134
App Creation Options
Properties
name
name:
string
Defined in: types/index.ts:136
App name
description?
optionaldescription:string
Defined in: types/index.ts:138
App description
environment?
optionalenvironment:string
Defined in: types/index.ts:140
Environment to create in
waitForCreation?
optionalwaitForCreation:boolean
Defined in: types/index.ts:142
Wait for creation to complete (default: true)
timeout?
optionaltimeout:number
Defined in: types/index.ts:144
Timeout in milliseconds (default: 60000)