refactor: update Blazor testing guidelines and improve regex for hostname parsing in Caddy configuration
Some checks failed
Caddy Manager CI build / docker (push) Failing after 51s

This commit is contained in:
2025-07-23 15:29:00 +07:00
parent 063ed041b0
commit 24f76f8572
3 changed files with 39 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