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:
2
packages/reservation-platform/.gitignore
vendored
2
packages/reservation-platform/.gitignore
vendored
@ -15,6 +15,8 @@ db/
|
||||
|
||||
# testing
|
||||
/coverage
|
||||
/cypress/videos
|
||||
/cypress/screenshots
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
|
Reference in New Issue
Block a user