Set bg color of main depending on child page #1524
pipeline.yml
on: push
Annotations
7 errors, 8 warnings, and 2 notices
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes:
packages/dito/tests/a11y/general.spec.ts#L1
1) [firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ─────
Test timeout of 60000ms exceeded.
|
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes:
packages/dito/tests/a11y/general.spec.ts#L26
1) [firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ─────
Error: frame.evaluate: Test timeout of 60000ms exceeded.
24 | }
25 |
> 26 | const accessibilityScanResults = await new AxeBuilder({ page }).analyze();
| ^
27 | console.log("Checking A11Y on route:", route.url);
28 | expect(accessibilityScanResults.violations).toEqual([]);
29 | }
at AxeBuilder.runPartialRecursive (/home/runner/work/digitalcheck-apps/digitalcheck-apps/node_modules/@axe-core/playwright/dist/index.mjs:283:34)
at AxeBuilder.analyze (/home/runner/work/digitalcheck-apps/digitalcheck-apps/node_modules/@axe-core/playwright/dist/index.mjs:210:28)
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/a11y/general.spec.ts:26:40
|
[chromium] › e2e/general.spec.ts:67:3 › test links › links in footer work:
packages/dito/tests/e2e/general.spec.ts#L74
1) [chromium] › e2e/general.spec.ts:67:3 › test links › links in footer work ─────────────────────
Error: page.goto: net::ERR_ABORTED at http://localhost:5172/
Call log:
- navigating to "http://localhost:5172/", waiting until "load"
72 | await page.getByRole("link", { name: "Barrierefreiheit" }).click();
73 | await expect(page).toHaveURL(staticRoutes.ROUTE_A11Y.url);
> 74 | await page.goto(staticRoutes.ROUTE_LANDING.url);
| ^
75 | await page.getByRole("link", { name: "Impressum" }).click();
76 | await expect(page).toHaveURL(staticRoutes.ROUTE_IMPRINT.url);
77 | });
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/general.spec.ts:74:16
|
[chromium] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning:
packages/dito/tests/e2e/resultPage.spec.ts#L1
2) [chromium] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning
Test timeout of 30000ms exceeded.
|
[chromium] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning:
packages/dito/tests/e2e/resultPage.spec.ts#L174
2) [chromium] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load"
============================================================
172 | for (let i = 0; i < preCheck.questions.length; i++) {
173 | const question = preCheck.questions[i];
> 174 | await page.waitForURL(question.url);
| ^
175 | if (question.interoperability) {
176 | await page.getByLabel("Ja").click();
177 | } else {
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultPage.spec.ts:174:18
|
[webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning:
packages/dito/tests/e2e/resultPage.spec.ts#L1
3) [webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning
Test timeout of 30000ms exceeded.
|
[webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning:
packages/dito/tests/e2e/resultPage.spec.ts#L174
3) [webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load"
============================================================
172 | for (let i = 0; i < preCheck.questions.length; i++) {
173 | const question = preCheck.questions[i];
> 174 | await page.waitForURL(question.url);
| ^
175 | if (question.interoperability) {
176 | await page.getByLabel("Ja").click();
177 | } else {
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultPage.spec.ts:174: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-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) / check-and-test-shared / check-and-test:
packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
|
check-test-build-deploy (dito) / check-and-test-shared / check-and-test:
packages/dito/app/components/ParagraphList.tsx#L38
Unsafe member access .children on an `any` value
|
Slow Test:
packages/dito/[webkit] › a11y/general.spec.ts#L1
packages/dito/[webkit] › a11y/general.spec.ts took 1.0m
|
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
|
🎭 Playwright Run Summary
1 flaky
[firefox] › a11y/general.spec.ts:9:3 › basic example a11y test › check a11y of all routes ──────
5 passed (3.1m)
|
🎭 Playwright Run Summary
3 flaky
[chromium] › e2e/general.spec.ts:67:3 › test links › links in footer work ──────────────────────
[chromium] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning
[webkit] › e2e/resultPage.spec.ts:169:3 › test result page reasoning › checking all negative answers for digital and positive for interoperability leads to negative result with warning
264 passed (9.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
SBOM-digitalcheck-dito
|
4.81 KB |
|
digitalcheck-dito-vulnerabilities.json
|
30.5 KB |
|