Move upgrade verification tests to separate directory

- Move upgrade-verification.spec.ts from test/e2e/ to test/upgrade/
- This prevents the test from running during normal E2E CI runs
- The upgrade test is only meant for the upgrade-test workflow
- Update workflow and documentation to reflect new location

Co-authored-by: katosdev <7927609+katosdev@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-27 16:12:51 +00:00
parent 4abfc76865
commit 09e056a3fb
3 changed files with 12 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ jobs:
pnpm exec playwright test \
-c ./test/playwright.config.ts \
--project=chromium \
test/e2e/upgrade-verification.spec.ts
test/upgrade/upgrade-verification.spec.ts
env:
HOMEBOX_URL: http://localhost:7745