We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3626c6c commit 5a47221Copy full SHA for 5a47221
1 file changed
webqa-agent.py
@@ -370,8 +370,6 @@ async def run_tests(cfg):
370
# Build test_configurations
371
# Read cookies from browser_config
372
cookies = cfg.get("browser_config", {}).get("cookies", [])
373
- if cookies:
374
- print(f"[INFO] Loaded {len(cookies)} cookies from config")
375
test_configurations = build_test_configurations(cfg, cookies=cookies)
376
377
target_url = cfg.get("target", {}).get("url", "")
0 commit comments