feat(e2e-tests): 添加端到端测试框架及测试用例
refactor(components): 调整头部和页脚布局样式 style(hero-section): 更新徽章动画效果 docs: 添加测试框架README文档 test: 实现首页、导航和联系表单的测试用例 ci: 添加CI测试脚本和配置
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# E2E测试框架依赖
|
||||
# Novalon Website 端到端测试解决方案
|
||||
|
||||
playwright>=1.52.0
|
||||
pytest>=8.3.0
|
||||
pytest-html>=4.1.1
|
||||
pytest-xdist>=3.6.1
|
||||
pytest-timeout>=2.3.1
|
||||
pytest-rerunfailures>=14.0
|
||||
python-dotenv>=1.0.0
|
||||
requests>=2.31.0
|
||||
beautifulsoup4>=4.12.0
|
||||
lxml>=5.1.0
|
||||
jinja2>=3.1.0
|
||||
markdown>=3.5.0
|
||||
rich>=13.7.0
|
||||
tabulate>=0.9.0
|
||||
pillow>=10.2.0
|
||||
matplotlib>=3.8.0
|
||||
numpy>=1.26.0
|
||||
selenium>=4.18.0
|
||||
Reference in New Issue
Block a user