test: add recordVideo and videoDir fields to TestErpConfig fixture
Align the test fixture type with the updated ErpConfig source type that now includes optional video recording fields. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
tests/fixtures/types.ts
vendored
4
tests/fixtures/types.ts
vendored
@@ -114,6 +114,10 @@ export interface TestErpConfig {
|
||||
password: string
|
||||
/** Headless browser mode (optional) */
|
||||
headless?: boolean
|
||||
/** Whether to record video during automation (optional) */
|
||||
recordVideo?: boolean
|
||||
/** Directory to save recorded videos (optional) */
|
||||
videoDir?: string
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user