← Back to All Reports
PARTIALLY PASSED (83%)
Job Name
web_general_prod
Pipeline ID
Job ID
#4323968
Branch
master
Commit
N/A
Executed At
2026-07-23T01:19:53.546245
5
Passed
1
Failed
0
Skipped

Test Results (6 tests)

test_w01_verify_utm_on_promo_url[chromium]
passed
⏱️ Duration: 0.90s
test_w02_verify_clicking_main_logo[chromium]
passed
⏱️ Duration: 37.60s
test_w21_verify_incorrect_change_of_password[chromium]
passed
⏱️ Duration: 11.79s
test_w22_verify_password_changes[chromium]
passed
⏱️ Duration: 18.95s
test_w26_promo_performance_tests[chromium]
failed
⏱️ Duration: 215.20s
❌ Error:
self = <tests.test_web_general.TestWebPhase1 object at 0x7fcc8c6f06d0> main_page = <pages.main_page.MainPage object at 0x7fcc8b896ef0> @pytest.mark.skip_testenv @pytest.mark.skip_smoke @pytest.mark.skip_sanity def test_w26_promo_performance_tests(self, main_page): """ W26 Promo Performance Tests Navigates to key prod URLs and asserts that server response and DOM processing times are within acceptable limits. """ > main_page.check_performance(_PERF_URLS) tests/test_web_general.py:206: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <pages.main_page.MainPage object at 0x7fcc8b896ef0> urls = ['https://promo.com/login', 'https://promo.com/tools/calendar/march', 'https://promo.com/templates', 'https://promo.com/go/base-lp-no-search', 'https://promo.com/go/base-lp-with-search'] def check_performance(self, urls: list): for url in urls: server_avg, dom_avg = self.measure_page_performance(url) print(f"{url}: server={server_avg}s, DOM={dom_avg}s") > assert server_avg <= 3, f"Server response too slow for {url}: {server_avg}s" E AssertionError: Server response too slow for https://promo.com/tools/calendar/march: 4.65s pages/main_page.py:265: AssertionError
📸 Failure Screenshot:
Test failure screenshot
test_w27_verify_header_for_logged_and_not_logged[chromium]
passed
⏱️ Duration: 12.74s