Skip to content

fix: Forseti/package.json & Forseti/yarn.lock to reduce vulnerabilities #313

fix: Forseti/package.json & Forseti/yarn.lock to reduce vulnerabilities

fix: Forseti/package.json & Forseti/yarn.lock to reduce vulnerabilities #313

Triggered via push September 23, 2024 11:25
Status Failure
Total duration 9m 39s
Artifacts 1

e2e.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 2 warnings, and 1 notice
[chromium] › open.spec.ts:11:1 › Opens rating: tests/open.spec.ts#L1
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › open.spec.ts:11:1 › Opens rating: tests/utils/screenshots.ts#L7
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "afterEach" hook. at utils/screenshots.ts:7 5 | 6 | export const withScreenshotsOnTestFail = () => { > 7 | test.afterEach(async ({ page }, testInfo) => { | ^ 8 | if (testInfo.status !== testInfo.expectedStatus) { 9 | await mkdir(`playwright-report/screenshots`, { recursive: true }); 10 | const filename = `screenshot-${testInfo.title}-${randomUUID()}.png`; at /var/www/html/Fenrir/tests/utils/screenshots.ts:7:8
[chromium] › open.spec.ts:11:1 › Opens rating: tests/open.spec.ts#L12
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://sigrun.pantheon.internal/", waiting until "load" 10 | 11 | test('Opens rating', async ({ page }) => { > 12 | await page.goto(process.env.SIGRUN_URL!); | ^ 13 | await expect(page).toHaveTitle(/Sigrun/); 14 | }); 15 | at /var/www/html/Fenrir/tests/open.spec.ts:12:14
[chromium] › open.spec.ts:11:1 › Opens rating: tests/utils/screenshots.ts#L12
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Error: page.screenshot: Test timeout of 30000ms exceeded. Call log: - taking page screenshot - waiting for fonts to load... - fonts loaded at utils/screenshots.ts:12 10 | const filename = `screenshot-${testInfo.title}-${randomUUID()}.png`; 11 | const screenshotPath = `playwright-report/screenshots/${filename}`; > 12 | await page.screenshot({ path: screenshotPath, fullPage: true }); | ^ 13 | await testInfo.attach(filename, { path: screenshotPath }); 14 | } 15 | }); at /var/www/html/Fenrir/tests/utils/screenshots.ts:12:18
[chromium] › open.spec.ts:11:1 › Opens rating: tests/open.spec.ts#L1
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › open.spec.ts:11:1 › Opens rating: tests/utils/screenshots.ts#L7
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "afterEach" hook. at utils/screenshots.ts:7 5 | 6 | export const withScreenshotsOnTestFail = () => { > 7 | test.afterEach(async ({ page }, testInfo) => { | ^ 8 | if (testInfo.status !== testInfo.expectedStatus) { 9 | await mkdir(`playwright-report/screenshots`, { recursive: true }); 10 | const filename = `screenshot-${testInfo.title}-${randomUUID()}.png`; at /var/www/html/Fenrir/tests/utils/screenshots.ts:7:8
[chromium] › open.spec.ts:11:1 › Opens rating: tests/open.spec.ts#L12
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "http://sigrun.pantheon.internal/", waiting until "load" 10 | 11 | test('Opens rating', async ({ page }) => { > 12 | await page.goto(process.env.SIGRUN_URL!); | ^ 13 | await expect(page).toHaveTitle(/Sigrun/); 14 | }); 15 | at /var/www/html/Fenrir/tests/open.spec.ts:12:14
[chromium] › open.spec.ts:11:1 › Opens rating: tests/utils/screenshots.ts#L12
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.screenshot: Test timeout of 30000ms exceeded. Call log: - taking page screenshot - waiting for fonts to load... - fonts loaded at utils/screenshots.ts:12 10 | const filename = `screenshot-${testInfo.title}-${randomUUID()}.png`; 11 | const screenshotPath = `playwright-report/screenshots/${filename}`; > 12 | await page.screenshot({ path: screenshotPath, fullPage: true }); | ^ 13 | await testInfo.attach(filename, { path: screenshotPath }); 14 | } 15 | }); at /var/www/html/Fenrir/tests/utils/screenshots.ts:12:18
[chromium] › open.spec.ts:11:1 › Opens rating: tests/open.spec.ts#L1
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › open.spec.ts:11:1 › Opens rating: tests/utils/screenshots.ts#L7
1) [chromium] › open.spec.ts:11:1 › Opens rating ───────────────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while running "afterEach" hook. at utils/screenshots.ts:7 5 | 6 | export const withScreenshotsOnTestFail = () => { > 7 | test.afterEach(async ({ page }, testInfo) => { | ^ 8 | if (testInfo.status !== testInfo.expectedStatus) { 9 | await mkdir(`playwright-report/screenshots`, { recursive: true }); 10 | const filename = `screenshot-${testInfo.title}-${randomUUID()}.png`; at /var/www/html/Fenrir/tests/utils/screenshots.ts:7:8
checkPr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
checkPr
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
1 failed [chromium] › open.spec.ts:11:1 › Opens rating ────────────────────────────────────────────────── 5 passed (3.1m)

Artifacts

Produced during runtime
Name Size
playwright-report
499 KB