diff --git a/.env.development b/.env.development index 175598ed3..a3fa228ec 100644 --- a/.env.development +++ b/.env.development @@ -23,4 +23,4 @@ NEXT_PUBLIC_USE_MOCKS=true # z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.374 +NEXT_PUBLIC_APP_VERSION=1.1.375 diff --git a/.env.production b/.env.production index c5df6cb6f..4d2bd2239 100644 --- a/.env.production +++ b/.env.production @@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=false # basePath wird jetzt in public/config.json gepflegt # App-Versionsnummer -NEXT_PUBLIC_APP_VERSION=1.1.374 +NEXT_PUBLIC_APP_VERSION=1.1.375 diff --git a/.gitignore b/.gitignore index 4d0964179..88b398d00 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,18 @@ docs.zip /mockData/ /__mocks__/ /__tests__/ + +# --- Playwright artifacts & selective test tracking --- +# Ignore Playwright output folders and run metadata +/test-results/ +/playwright-report/ +/.last-run.json +# Optional: ignore JUnit report artifacts if not needed in VCS +/reports/junit/ + +# Ignore all Playwright tests by default, keep only the main spec +/playwright/tests/** +!/playwright/tests/mapcomponent.spec.js + +# Ignore Playwright cache if present +/playwright/.cache/ diff --git a/package-lock.json b/package-lock.json index 08bd6f665..103b604d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nodemap", - "version": "1.1.374", + "version": "1.1.375", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nodemap", - "version": "1.1.374", + "version": "1.1.375", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/package.json b/package.json index cedcf3899..e9ed94f8f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodemap", - "version": "1.1.374", + "version": "1.1.375", "dependencies": { "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", diff --git a/reports/junit/playwright.xml b/reports/junit/playwright.xml index 37e661373..8e84105f7 100644 --- a/reports/junit/playwright.xml +++ b/reports/junit/playwright.xml @@ -1,6 +1,6 @@ - - - + + + - + - + + + 84 | await page.waitForFunction( + | ^ + 85 | (prev, cmp) => { + 86 | const v = localStorage.getItem("mapZoom"); + 87 | if (!v) return false; + at waitForZoomChange (C:\Users\isa.LTW\Desktop\15.09.2025\NodeMap\15.09.2025 NodeMap V1.1.350\playwright\tests\mapcomponent.spec.js:84:14) + at C:\Users\isa.LTW\Desktop\15.09.2025\NodeMap\15.09.2025 NodeMap V1.1.350\playwright\tests\mapcomponent.spec.js:294:9 + + attachment #1: screenshot (image/png) ────────────────────────────────────────────────────────── + ..\..\test-results\mapcomponent-zoom-control-buttons-update-mapZoom-chromium\test-failed-1.png + ──────────────────────────────────────────────────────────────────────────────────────────────── + + attachment #3: video (video/webm) ────────────────────────────────────────────────────────────── + ..\..\test-results\mapcomponent-zoom-control-buttons-update-mapZoom-chromium\video.webm + ──────────────────────────────────────────────────────────────────────────────────────────────── + + Error Context: ..\..\test-results\mapcomponent-zoom-control-buttons-update-mapZoom-chromium\error-context.md +]]> + + + + \ No newline at end of file diff --git a/test-results/.last-run.json b/test-results/.last-run.json index 9103f5490..d9e2be9fb 100644 --- a/test-results/.last-run.json +++ b/test-results/.last-run.json @@ -2,6 +2,7 @@ "status": "failed", "failedTests": [ "6232baea8c2400610a3b-ecc9849a86ce59ad8482", - "6232baea8c2400610a3b-3d4c054f3ad171ada4e9" + "6232baea8c2400610a3b-3d4c054f3ad171ada4e9", + "6232baea8c2400610a3b-691f069061d2866a0187" ] } \ No newline at end of file diff --git a/test-results/mapcomponent-MapComponent-chromium/test-failed-1.png b/test-results/mapcomponent-MapComponent-chromium/test-failed-1.png index 74582ea80..7b5533903 100644 Binary files a/test-results/mapcomponent-MapComponent-chromium/test-failed-1.png and b/test-results/mapcomponent-MapComponent-chromium/test-failed-1.png differ diff --git a/test-results/mapcomponent-MapComponent-chromium/video.webm b/test-results/mapcomponent-MapComponent-chromium/video.webm index 162fb158e..d13d054e8 100644 Binary files a/test-results/mapcomponent-MapComponent-chromium/video.webm and b/test-results/mapcomponent-MapComponent-chromium/video.webm differ diff --git a/test-results/mapcomponent-mouse-wheel-zoom-updates-mapZoom-chromium/test-failed-1.png b/test-results/mapcomponent-mouse-wheel-zoom-updates-mapZoom-chromium/test-failed-1.png index 8b71cea83..c687918af 100644 Binary files a/test-results/mapcomponent-mouse-wheel-zoom-updates-mapZoom-chromium/test-failed-1.png and b/test-results/mapcomponent-mouse-wheel-zoom-updates-mapZoom-chromium/test-failed-1.png differ diff --git a/test-results/mapcomponent-mouse-wheel-zoom-updates-mapZoom-chromium/video.webm b/test-results/mapcomponent-mouse-wheel-zoom-updates-mapZoom-chromium/video.webm index 64fc75771..66c5a0449 100644 Binary files a/test-results/mapcomponent-mouse-wheel-zoom-updates-mapZoom-chromium/video.webm and b/test-results/mapcomponent-mouse-wheel-zoom-updates-mapZoom-chromium/video.webm differ