Skip to content

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

Type Alias: NormalizedBaseConfig

NormalizedBaseConfig = Required<Omit<BaseConfig, "reporters" | "viteConfig" | "vite" | "coverage" | "harness">> & object

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

BaseConfig after normalized by the config manager

Type Declaration

concurrency

concurrency: number | "auto"

Number of concurrent pages per browser

coverage?

optional coverage?: boolean | CoverageOptions

Code coverage options

harness?

optional harness?: HarnessConfig

Customize the HTML harness environment

list

list: boolean

Whether to output the list of suites and tests

parallel

parallel: boolean

Whether to run tests in parallel

reporters

reporters: object

Activated reporters

reporters.activated

activated: string[]

Activated reporter names

reporters.list

list: NamedReporterContract[]

List of registered reporters

vite?

optional vite?: InlineConfig

Inline Vite configuration

viteConfig?

optional viteConfig?: string

Path to Vite configuration file

watch

watch: boolean

Whether to run tests in watch mode