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?
optionalcoverage?:boolean|CoverageOptions
Code coverage options
harness?
optionalharness?: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?
optionalvite?:InlineConfig
Inline Vite configuration
viteConfig?
optionalviteConfig?:string
Path to Vite configuration file
watch
watch:
boolean
Whether to run tests in watch mode