Add frontend test environment with real backend integration

This commit introduces a proper integration test environment for the frontend:

- Creates a test environment option in the frontend installer
- Uses the real backend in Docker containers
- Binds frontend to 127.0.0.1 for local testing only
- Adds automatic verification testing of backend-frontend communication
- Provides scripts to easily start and stop the test environment

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-03-28 09:33:59 +01:00
parent 8c3c80fb5c
commit 3e08a09d87
5 changed files with 873 additions and 3 deletions

View File

@ -15,6 +15,8 @@ db/
# testing
/coverage
/cypress/videos
/cypress/screenshots
# next.js
/.next/