Update E2E Test for Browserless Container #215
Notifications
Total Time Spent: 7 seconds
kincses
7 seconds
No due date set.
Dependencies
No dependencies set.
Reference: kincses/service-finder#215
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task%0A%0AUpdate the tests/active/e2e_profile_address.py file to support connecting to a remote Browserless/Chrome container via the BROWSERLESS_URL environment variable.%0A%0A## Changes Made%0A%0A- Replaced the static pw.chromium.launch call with a dynamic block%0A- If BROWSERLESS_URL env var is set -> connect via pw.chromium.connect_over_cdp%0A- Otherwise -> fall back to local pw.chromium.launch using HEADLESS env var%0A%0A## Files Modified%0A%0A- tests/active/e2e_profile_address.py
▶️ Munka megkezdve: 2026-06-05 12:49:36
✅ Munka befejezve: 2026-06-05 12:49:42
Technikai Összefoglaló:
Replaced static pw.chromium.launch() in tests/active/e2e_profile_address.py with a dynamic block that checks BROWSERLESS_URL env var first. If set, connects via connect_over_cdp() to the remote Browserless/Chrome container; otherwise falls back to local launch with HEADLESS env var support.
⏱️ Az idő rögzítve.