remove: broken Playwright E2E testing infrastructure
- Remove playwright.config.ts (references non-existent docker/docker-compose.yaml) - Remove tests/e2e/ directory with broken test files - Remove @playwright/test dependency from package.json - Update documentation to remove E2E test references: - docs/architecture/PROJECT_STRUCTURE.md - docs/implementation/IMPLEMENTATION_SUMMARY.md - README.md - CONTRIBUTING.md - E2E tests were non-functional due to missing Docker setup - Focus on working unit and integration tests instead
This commit is contained in:
@@ -112,7 +112,7 @@ bun run dev
|
||||
- Unit tests for services and utilities
|
||||
- Component tests for React components
|
||||
- Integration tests for API endpoints
|
||||
- End-to-end tests with Playwright
|
||||
- Integration tests for service validation
|
||||
|
||||
### Test Environment
|
||||
|
||||
|
||||
Reference in New Issue
Block a user