configPath
configPath: string | null
configExists
configExists: boolean
testDirAbsolute
testDirAbsolute: string
testIgnore
testIgnore: string[]
testMatch
testMatch: string | string[]
expectTimeout
expectTimeout: number
projects
projects: { name: string; use?: Record<string, unknown> }[]
reporter
reporter: (string | [string, Record<string, unknown>])[]
use
use: Record<string, unknown>
outputDir
outputDir: string
snapshotDir
snapshotDir: string
可选baseURL
baseURL?: string
可选webServer
webServer?: {
command?: string;
port?: number;
url?: string;
reuseExistingServer?: boolean;
}
warnings
warnings: string[]