test(wbs-ux): implement Playwright E2E tests for Vue template navigation validation
Validators (Pushes and Pull Requests) / Database & Schema Validation (push) Successful in 12s
Validators (Pushes and Pull Requests) / Core Validators & Database Setup (push) Failing after 18s
Validators (Pushes and Pull Requests) / WBS & Audit Validations (push) Has been skipped
Validators (Pushes and Pull Requests) / .NET Contracts (push) Has been skipped
Validators (Pushes and Pull Requests) / Calibration & Performance (push) Has been skipped
Validators (Pushes and Pull Requests) / Operational Report & Decision Packet (push) Has been skipped
Validators (Pushes and Pull Requests) / Security & Secrets (push) Successful in 10s
Validators (Pushes and Pull Requests) / UI & Storage Validation (push) Failing after 11s
Validators (Pushes and Pull Requests) / Notify PR Results (push) Has been skipped
Validators (Pushes and Pull Requests) / CI Workflow Lint (push) Failing after 8s

This commit is contained in:
2026-07-25 19:49:20 +09:00
parent 24f288655f
commit 28fc1e9800
4 changed files with 111 additions and 2 deletions
+1 -2
View File
@@ -20,8 +20,8 @@
"vue-router": "^4.6.4",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@playwright/test": "^1.62.0",
"@types/node": "^24.13.2",
"@vitejs/plugin-vue": "^6.0.7",
"@vue/test-utils": "^2.4.6",
@@ -33,4 +33,3 @@
"vue-tsc": "^3.3.5"
}
}