3cd807566a
TEST-FE-PR-001: update Frontend.Test submodule ref
2026-04-05 20:49:09 +00:00
ef8a4ae994
BE-PR-010: update submodule ref for Backend.Test
2026-03-30 12:50:03 +00:00
4c54503a81
Update HarborForge.Backend.Test submodule ref
2026-03-30 11:46:26 +00:00
62d339b58c
BE-PR-001: Update submodule ref for Backend.Test
2026-03-29 15:35:54 +00:00
23cad37e03
test: simplify frontend test runner and rely on image default command
...
- remove --test-real-plugin option
- stop overriding test container CMD
- let Frontend.Test Dockerfile own proxy startup and playwright launch
2026-03-21 10:10:59 +00:00
779fb7b387
test: update frontend test defaults and propose suite
2026-03-20 11:38:12 +00:00
48c54c2f32
test: exclude real-plugin frontend test by default
...
Only run real-plugin.spec.ts when --test-real-plugin is explicitly provided.
2026-03-20 11:26:14 +00:00
f5294f5290
chore: update backend test submodule pointer
2026-03-20 09:47:51 +00:00
11d0865fd3
chore: update Frontend.Test with fixed real-plugin test
2026-03-20 05:08:44 +00:00
14f4fb8d16
chore: update Frontend.Test with real-plugin.spec.ts
2026-03-19 22:25:28 +00:00
cc2d4aea5c
test: add real plugin integration test and --test-real-plugin option
...
- Add tests/real-plugin.spec.ts for end-to-end plugin testing
- Add --test-real-plugin flag to run-test-frontend.sh
- Test verifies: server registration, API key generation, heartbeat,
data persistence, invalid key rejection, key revocation
2026-03-19 22:07:54 +00:00
5a45a72dcf
chore: update Backend.Test submodule with comprehensive test suite
...
134 backend API tests added as independent project
2026-03-19 12:44:29 +00:00
ba3909ec68
chore: update Frontend.Test to master (includes task type fix)
2026-03-19 12:25:04 +00:00
805dc2fe32
Merge pull request 'chore: run frontend tests with modal-editor updates' ( #4 ) from feat/modal-edit-permissions-20260316 into master
...
Reviewed-on: #4
2026-03-16 19:44:45 +00:00
81fe00bfb8
chore: update frontend test submodule for modal editors
2026-03-16 18:13:54 +00:00
4707f0614c
chore: run frontend tests against dev-mode ui
2026-03-16 16:32:26 +00:00
c76c25fb5b
chore: update frontend test submodule
2026-03-16 13:22:28 +00:00
1bb11ca92b
chore: update Frontend.Test submodule (Issue→Task rename)
2026-03-16 07:48:18 +00:00
4844b63c16
chore: update Frontend.Test submodule (add task.spec.ts)
2026-03-16 07:26:48 +00:00
8b1edf53f0
chore: update Frontend.Test submodule (test isolation fix)
2026-03-16 06:32:45 +00:00
3aaffd2e67
chore: update Frontend.Test submodule (fix milestone test flakiness)
2026-03-16 06:17:48 +00:00
62ca6bd32b
test: use local proxy endpoints for e2e
2026-03-15 22:40:17 +00:00
15859b9f28
test: use localhost wizard/backend urls
2026-03-15 21:57:39 +00:00
d3c5f6df8c
chore: update test submodule pointers
2026-03-15 16:36:24 +00:00
a4620b9604
Merge pull request 'chore: update backend test submodule' ( #3 ) from chore/remove-backend-test-submodule into master
...
Reviewed-on: #3
2026-03-15 16:33:14 +00:00
b0d6a0bdd7
Merge branch 'master' into chore/remove-backend-test-submodule
2026-03-15 16:33:02 +00:00
ebdac827c1
chore: update backend test submodule
2026-03-15 16:30:00 +00:00
2424ec33e0
Merge pull request 'test: rebuild backend/test runner and wait for mysql' ( #2 ) from chore/test-runner-rebuild into master
...
Reviewed-on: #2
2026-03-15 16:23:45 +00:00
1047110de5
test: rebuild backend/test runner and wait for mysql
2026-03-15 15:56:03 +00:00
95a6354fc3
Merge pull request 'feature/role-permission-system' ( #1 ) from feature/role-permission-system into master
...
Reviewed-on: #1
2026-03-15 13:50:28 +00:00
524a4a5b46
Update submodule to latest test files
2026-03-15 13:40:50 +00:00
cf4b9f406b
fix: run tests with 1 worker to avoid race conditions
2026-03-15 13:36:32 +00:00
3591ef2c84
fix: add --no-cache to ensure frontend rebuilds with correct API base
2026-03-15 12:57:40 +00:00
4c45a57649
fix: always rebuild frontend with correct VITE_API_BASE
2026-03-15 12:48:12 +00:00
1524891b2f
chore: remove credentials from submodule urls
2026-03-14 13:21:11 +00:00
c4bf1f6a12
Use localhost wizard in frontend and add proxy envs
2026-03-14 10:22:57 +00:00
9906bf368d
Update HarborForge.Frontend.Test submodule to latest
2026-03-14 09:20:14 +00:00
149465c919
Use internal service name for test container
2026-03-14 08:51:14 +00:00
99ca422c3d
Fix CORS and API URLs for container communication
2026-03-14 08:49:12 +00:00
b44267aac0
Merge cleanup logic into run-test-frontend
...
- --expose-port on: keep services running after test
- --expose-port off: auto cleanup (default)
- Removed cleanup-frontend.sh
2026-03-14 08:32:33 +00:00
03067ca3a8
Use env vars for ports, add .env.TEST
...
- WIZARD_PORT, MYSQL_PORT, BACKEND_PORT, FRONTEND_PORT env vars
- .env.TEST with default values (8080, 3306, 8000, 3000)
- Scripts load .env.TEST automatically
- LISTEN_ADDR uses env vars
- Ports bound to 127.0.0.1 for security
2026-03-14 08:20:55 +00:00
392e050caa
Add separate compose files for port exposure options
...
- docker-compose-frontend.yml: No port exposure (default)
- docker-compose-frontend-expose.yml: Expose ports to host
- run-test-frontend.sh: Test script with --expose-port {on|off} option
- cleanup-frontend.sh: Cleanup script with --expose-port option
2026-03-14 08:08:50 +00:00
3a9850cafb
Use docker network for health check
2026-03-14 07:45:23 +00:00
71e8cc4e6d
Wait for services to be ready before running test
2026-03-14 07:43:19 +00:00
074b5df4f5
Add scripts and port mapping env vars
2026-03-14 07:39:17 +00:00
f081d53400
Update Frontend.Test to latest
2026-03-14 07:38:53 +00:00
12ca13bf8b
remove old backend/frontend submodules
2026-03-13 02:04:23 +00:00
9ad1702952
add docker-compose-frontend.yml for testing
2026-03-13 02:03:29 +00:00
68e2515252
rename submodules to HarborForge.*.Test
2026-03-13 01:31:33 +00:00
4a57dc3d8d
add backend and frontend submodules
2026-03-13 00:05:06 +00:00