Playwright Power Platform Toolkit v0.0.4


Playwright Power Platform Toolkit / LaunchAppConfig

Interface: LaunchAppConfig

Defined in: core/app-provider.ts:15

Configuration for launching an app

Properties

app

app: string | { id: string; } | { name: string; }

Defined in: core/app-provider.ts:17

App identifier - either name or ID


type

type: AppType

Defined in: core/app-provider.ts:19

Type of app to launch


mode?

optional mode: AppLaunchMode

Defined in: core/app-provider.ts:21

Launch mode (play, edit, preview)


baseUrl?

optional baseUrl: string

Defined in: core/app-provider.ts:23

Base URL for direct ID-based launch


options?

optional options: AppPlayerOptions

Defined in: core/app-provider.ts:25

Additional launch options