refactor: update Blazor testing guidelines and improve regex for hostname parsing in Caddy configuration
All checks were successful
Caddy Manager CI build / docker (push) Successful in 45s

This commit is contained in:
2025-07-23 15:33:18 +07:00
parent 063ed041b0
commit 0beb3800b5
3 changed files with 8 additions and 11 deletions

View File

@@ -32,7 +32,7 @@ alwaysApply: true
## Testing and Debugging
- All unit testing and integration testing should be done in Cursor ide
- Test Blazor components and services using xUnit
- Test services, unit and integration, using xUnit
- Use Moq for mocking dependencies during tests
- Debug Blazor UI issues using browser developer tools and Cursor ide's debugging tools for backend and server-side issues
- For performance profiling and optimization, rely on Cursor ide's diagnostics tools