diff --git a/tests/fixtures/types.ts b/tests/fixtures/types.ts index 5ccbac5..36854fe 100644 --- a/tests/fixtures/types.ts +++ b/tests/fixtures/types.ts @@ -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 } /**