refactor(security): 重构安全配置并优化测试环境
- 移除旧的测试套件和UAT测试文件 - 更新密码编码器配置使用BCrypt strength=12 - 添加用户角色关联表和相关服务 - 优化前端日期显示格式 - 清理无用资源和配置文件 - 增强测试数据管理和清理功能
This commit is contained in:
@@ -33,4 +33,16 @@ markers =
|
||||
regression: 回归测试
|
||||
slow: 慢速测试
|
||||
playwright: Playwright浏览器自动化测试
|
||||
distributed: 分布式事务测试
|
||||
recovery: 数据恢复测试
|
||||
migration: 系统迁移测试
|
||||
disaster: 灾难恢复测试
|
||||
network: 网络恢复测试
|
||||
database: 数据库故障测试
|
||||
degradation: 服务降级测试
|
||||
timeout: 超时测试
|
||||
concurrency: 并发测试
|
||||
stability: 稳定性测试
|
||||
boundary: 边界条件测试
|
||||
critical: 关键业务流程测试
|
||||
asyncio_mode = auto
|
||||
|
||||
Reference in New Issue
Block a user