Skip to content

Lupa API Reference / @pawel-up/lupa/runner / PluginExecuteContext

Interface: PluginExecuteContext

Defined in: src/runner/types.ts:162

Context provided to plugins during the execution phase

Properties

cliArgs

cliArgs: CLIArgs

Defined in: src/runner/types.ts:164


config

config: NormalizedConfig

Defined in: src/runner/types.ts:163


emitter

emitter: Emitter<RunnerEvents>

Defined in: src/runner/types.ts:166


runner

runner: Runner

Defined in: src/runner/types.ts:165