Add and improve e2e tests for Edge Gateway flows and configure pre-commit hooks:

- Introduced live smoke tests for Edge Gateways, verifying gateway routes and destructive-action prevention.
- Added e2e scenarios for deep-link navigation, unavailable gateway recovery, token rotation, and background page refresh.
- Refactored test helpers for streamlined functional validation in gateway scenarios.
- Updated `EdgeGatewayTerminal.vue` with test IDs for enhanced testability.
- Added and configured Husky pre-commit hooks for automated test file formatting and validation.
This commit is contained in:
Jeppe Bundgaard
2026-04-16 10:52:56 +02:00
parent 95a8f114bc
commit 6c4b9cb599
33 changed files with 1737 additions and 385 deletions
+2
View File
@@ -0,0 +1,2 @@
cd -- "$(dirname -- "$0")/.."
npm run format:tests:commit