Bump vitest from 2.1.8 to 3.0.1 #1586
pipeline.yml
on: pull_request
Annotations
4 errors, 12 warnings, and 4 notices
[chromium] › e2e/resultPage.spec.ts:21:3 › test result page general content › happy path leads to positive result:
packages/dito/tests/e2e/resultPage.spec.ts#L11
1) [chromium] › e2e/resultPage.spec.ts:21:3 › test result page general content › happy path leads to positive result
Test timeout of 30000ms exceeded while running "beforeEach" hook.
9 |
10 | test.describe("test result page general content", () => {
> 11 | test.beforeEach("Click though preCheck", async ({ page }) => {
| ^
12 | await page.goto(preCheck.questions[0].url);
13 | for (let i = 0; i < preCheck.questions.length; i++) {
14 | await page.waitForURL(preCheck.questions[i].url);
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultPage.spec.ts:11:8
|
[chromium] › e2e/resultPage.spec.ts:21:3 › test result page general content › happy path leads to positive result:
packages/dito/tests/e2e/resultPage.spec.ts#L12
1) [chromium] › e2e/resultPage.spec.ts:21:3 › test result page general content › happy path leads to positive result
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:5172/vorpruefung/it-system", waiting until "load"
10 | test.describe("test result page general content", () => {
11 | test.beforeEach("Click though preCheck", async ({ page }) => {
> 12 | await page.goto(preCheck.questions[0].url);
| ^
13 | for (let i = 0; i < preCheck.questions.length; i++) {
14 | await page.waitForURL(preCheck.questions[i].url);
15 | await page.getByLabel("Ja").click();
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/resultPage.spec.ts:12:16
|
[webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages:
packages/dito/tests/e2e/preCheckQuestions.spec.ts#L1
2) [webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages
Test timeout of 30000ms exceeded.
|
[webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages:
packages/dito/tests/e2e/preCheckQuestions.spec.ts#L145
2) [webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages
Error: page.waitForURL: Test timeout of 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/vorpruefung/verpflichtungen-fuer-beteiligte" until "load"
============================================================
143 | await page.goto(questions[0].url);
144 | for (let i = 0; i < questions.length - 1; i++) {
> 145 | await page.waitForURL(questions[i].url);
| ^
146 | await page.getByLabel("Ja").click();
147 | await page.getByRole("button", { name: "Übernehmen" }).click();
148 | }
at /home/runner/work/digitalcheck-apps/digitalcheck-apps/packages/dito/tests/e2e/preCheckQuestions.spec.ts:145: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) / 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] › e2e/resultPage.spec.ts#L1
packages/dito/[webkit] › e2e/resultPage.spec.ts took 31.9s
|
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 (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
|
🎭 Playwright Run Summary
87 passed (2.7m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › e2e/resultPage.spec.ts:21:3 › test result page general content › happy path leads to positive result
[webkit] › e2e/preCheckQuestions.spec.ts:142:3 › test question navigation › navigation leads to correct pages
346 passed (9.1m)
|
🎭 Playwright Run Summary
60 passed (1.0m)
|
🎭 Playwright Run Summary
3 passed (24.9s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
SBOM-digitalcheck-dito
|
4.81 KB |
|
SBOM-digitalcheck-tool-finder
|
1.48 KB |
|
digitalcheck-dito-vulnerabilities.json
|
30.5 KB |
|
digitalcheck-tool-finder-vulnerabilities.json
|
45.1 KB |
|