Adding authentication integration test

This commit is contained in:
2025-08-30 20:26:24 +02:00
parent 17b08be077
commit 94214125fd
3 changed files with 137 additions and 1 deletions

View File

@@ -132,6 +132,7 @@ def browser_context_args(browser_context_args):
**BROWSER_CONFIG,
"record_video_dir": "test-results/videos/",
"record_har_path": "test-results/har/trace.har",
"record_video_size": {"width": 1280, "height": 720},
}