Skip to content

Run tests only fullyParallel on ci and snapshots #1643

Run tests only fullyParallel on ci and snapshots

Run tests only fullyParallel on ci and snapshots #1643

Triggered via push January 22, 2025 13:26
Status Success
Total duration 14m 44s
Artifacts 4

pipeline.yml

on: push
changes
6s
changes
vulnerability-scan  /  vulnerability-scan
26s
vulnerability-scan / vulnerability-scan
check-and-test-shared  /  check-and-test
45s
check-and-test-shared / check-and-test
Matrix: check-test-build-deploy
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 33 warnings, and 4 notices
[Desktop Chrome] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen: packages/dito/tests/e2e/examplePages.spec.ts#L1
1) [Desktop Chrome] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen Test timeout of 30000ms exceeded.
[Desktop Chrome] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen: packages/dito/tests/e2e/examplePages.spec.ts#L25
1) [Desktop Chrome] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for locator('main') to be visible 23 | 24 | const mainContent = page.locator("main"); > 25 | await mainContent.waitFor(); | ^ 26 | await expect(mainContent).toContainText( 27 | `Prinzip ${principles.indexOf(principle) + 1} in Regelungstexten`, 28 | ); at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:25:25
[Desktop Chrome] › e2e/examplePages.spec.ts:31:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen: packages/dito/tests/e2e/examplePages.spec.ts#L1
2) [Desktop Chrome] › e2e/examplePages.spec.ts:31:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen Test timeout of 30000ms exceeded.
[Desktop Chrome] › e2e/examplePages.spec.ts:31:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen: packages/dito/tests/e2e/examplePages.spec.ts#L42
2) [Desktop Chrome] › e2e/examplePages.spec.ts:31:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen Error: locator.waitFor: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('link', { name: 'Prinzip 2' }) to be visible 40 | name: `Prinzip ${nextPrincipleIndex + 1}`, 41 | }); > 42 | await nextPrincipleLink.waitFor(); | ^ 43 | await nextPrincipleLink.click(); 44 | await expect(page).toHaveURL( 45 | `${ROUTE_PRINCIPLES.url}/${principles[nextPrincipleIndex]}`, at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/examplePages.spec.ts:42:33
[Desktop Chrome] › e2e/resultPage.spec.ts:71:3 › test result page reasoning › one positive answer for digital and all unsure for interoperability leads to positive result with hint: packages/dito/tests/e2e/resultPage.spec.ts#L1
3) [Desktop Chrome] › e2e/resultPage.spec.ts:71:3 › test result page reasoning › one positive answer for digital and all unsure for interoperability leads to positive result with hint Test timeout of 30000ms exceeded.
[Desktop Chrome] › e2e/resultPage.spec.ts:71:3 › test result page reasoning › one positive answer for digital and all unsure for interoperability leads to positive result with hint: packages/dito/tests/e2e/resultPage.spec.ts#L78
3) [Desktop Chrome] › e2e/resultPage.spec.ts:71:3 › test result page reasoning › one positive answer for digital and all unsure for interoperability leads to positive result with hint Error: page.waitForURL: Test timeout of 30000ms exceeded. =========================== logs =========================== waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load" ============================================================ 76 | for (let i = 1; i < preCheck.questions.length; i++) { 77 | const question = preCheck.questions[i]; > 78 | await page.waitForURL(question.url); | ^ 79 | if (question.interoperability) { 80 | await page.getByLabel("Ich bin unsicher").click(); 81 | } else { at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultPage.spec.ts:78:18
changes
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
vulnerability-scan / vulnerability-scan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-and-test-shared / check-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-and-test-shared / check-and-test: packages/shared/components/Button.tsx#L25
Unsafe member access .className on an `any` value
check-and-test-shared / check-and-test: packages/shared/components/Button.tsx#L25
Unsafe member access .className on an `any` value
check-test-build-deploy (dito) / check-and-test-shared / check-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-test-build-deploy (dito) / build-and-push-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-test-build-deploy (dito) / deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-test-build-deploy (tool-finder) / check-and-test-shared / check-and-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-test-build-deploy (tool-finder) / build-and-push-image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
check-test-build-deploy (tool-finder) / deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
29 passed (55.6s)
🎭 Playwright Run Summary
3 flaky [Desktop Chrome] › e2e/examplePages.spec.ts:18:5 › Digitaltauglichkeit main functionality › displays detailed information for principle: digitale-kommunikation-sicherstellen [Desktop Chrome] › e2e/examplePages.spec.ts:31:5 › Digitaltauglichkeit main functionality › renders navigation links for principle: digitale-kommunikation-sicherstellen [Desktop Chrome] › e2e/resultPage.spec.ts:71:3 › test result page reasoning › one positive answer for digital and all unsure for interoperability leads to positive result with hint 1 skipped 138 passed (3.8m)
🎭 Playwright Run Summary
1 passed (11.5s)
🎭 Playwright Run Summary
20 passed (20.6s)

Artifacts

Produced during runtime
Name Size
SBOM-digitalcheck-dito
4.81 KB
SBOM-digitalcheck-tool-finder
1.48 KB
digitalcheck-dito-vulnerabilities.json
31.3 KB
digitalcheck-tool-finder-vulnerabilities.json
45.1 KB