Skip to content

Integration tests for main #1384

Integration tests for main

Integration tests for main #1384

Manually triggered July 8, 2024 00:02
Status Success
Total duration 25m 8s
Artifacts

integration_tests.yml

on: workflow_dispatch
notify-of-test-run-start
5s
notify-of-test-run-start
Matrix: integration-tests
playwright-tests
3m 38s
playwright-tests
notify-of-test-run-completion
8s
notify-of-test-run-completion
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 notice
[firefox] › products/vpn/vpn-landing.spec.js:27:17 › /en-US/products/vpn/ page › VPN available › Country code: us: tests/playwright/specs/products/vpn/vpn-landing.spec.js#L23
1) [firefox] › products/vpn/vpn-landing.spec.js:27:17 › /en-US/products/vpn/ page › VPN available › Country code: us Test timeout of 30000ms exceeded while running "beforeEach" hook. 21 | for (const country of availableCountries) { 22 | test.describe('VPN available', () => { > 23 | test.beforeEach(async ({ page, browserName }) => { | ^ 24 | await openPage(url + `?geo=${country}`, page, browserName); 25 | }); 26 | at /home/runner/work/bedrock/bedrock/tests/playwright/specs/products/vpn/vpn-landing.spec.js:23:22
[firefox] › products/vpn/vpn-landing.spec.js:27:17 › /en-US/products/vpn/ page › VPN available › Country code: us: tests/playwright/scripts/open-page.js#L33
1) [firefox] › products/vpn/vpn-landing.spec.js:27:17 › /en-US/products/vpn/ page › VPN available › Country code: us Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "https://dev.bedrock.nonprod.webservices.mozgcp.net/en-US/products/vpn/?geo=us&automation=true", waiting until "load" at ../scripts/open-page.js:33 31 | // Add query parameter to the URL to filter out automation traffic. 32 | const separator = url.includes('?') ? '&' : '?'; > 33 | await page.goto(url + separator + 'automation=true'); | ^ 34 | }; 35 | 36 | module.exports = openPage; at openPage (/home/runner/work/bedrock/bedrock/tests/playwright/scripts/open-page.js:33:16) at /home/runner/work/bedrock/bedrock/tests/playwright/specs/products/vpn/vpn-landing.spec.js:24:21
[webkit] › account.spec.js:23:9 › /en-US/account/ page › Account form sign up: tests/playwright/specs/account.spec.js#L19
2) [webkit] › account.spec.js:23:9 › /en-US/account/ page › Account form sign up ───────────────── Test timeout of 30000ms exceeded while running "beforeEach" hook. 17 | }, 18 | () => { > 19 | test.beforeEach(async ({ page, browserName }) => { | ^ 20 | await openPage(url, page, browserName); 21 | }); 22 | at /home/runner/work/bedrock/bedrock/tests/playwright/specs/account.spec.js:19:14
[webkit] › account.spec.js:23:9 › /en-US/account/ page › Account form sign up: tests/playwright/scripts/open-page.js#L33
2) [webkit] › account.spec.js:23:9 › /en-US/account/ page › Account form sign up ───────────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "https://dev.bedrock.nonprod.webservices.mozgcp.net/en-US/account/?automation=true", waiting until "load" at ../scripts/open-page.js:33 31 | // Add query parameter to the URL to filter out automation traffic. 32 | const separator = url.includes('?') ? '&' : '?'; > 33 | await page.goto(url + separator + 'automation=true'); | ^ 34 | }; 35 | 36 | module.exports = openPage; at openPage (/home/runner/work/bedrock/bedrock/tests/playwright/scripts/open-page.js:33:16) at /home/runner/work/bedrock/bedrock/tests/playwright/specs/account.spec.js:20:13
🎭 Playwright Run Summary
2 flaky [firefox] › products/vpn/vpn-landing.spec.js:27:17 › /en-US/products/vpn/ page › VPN available › Country code: us [webkit] › account.spec.js:23:9 › /en-US/account/ page › Account form sign up ────────────────── 7 skipped 156 passed (2.6m)