7 lines
107 B
Python
7 lines
107 B
Python
"""
|
|
E2E测试项目 - Novalon管理系统
|
|
使用Playwright进行端到端测试
|
|
"""
|
|
|
|
__version__ = "1.0.0"
|