c50ccd258f
refactor(tests): 将e2e_tests迁移到tests_suite和api_integration_tests style: 为Java类添加文档注释 docs: 更新.gitignore和配置文件 test: 添加性能测试和Playwright测试脚本 chore: 清理旧测试文件和配置
7 lines
107 B
Python
7 lines
107 B
Python
"""
|
|
E2E测试项目 - Novalon管理系统
|
|
使用Playwright进行端到端测试
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|