1 Star 0 Fork 16

理想四星/playwrightDemo

forked from tang/playwrightDemo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pytest.ini 859 Bytes
一键复制 编辑 原始数据 按行查看 历史
Tangll 提交于 2023-04-22 19:27 . 个人资料页面
[pytest]
# 配置pytest命令行运行参数
# 空格分隔,可添加多个命令行参数 -所有参数均为插件包的参数
# addopts = -s
# 配置测试搜索的路径
# 当前目录下的TestCases文件夹 -可自定义
testpaths = ./TestCases
# 配置测试搜索的文件名
# 当前目录下的testcase文件夹下,以test_开头,以.py结尾的所有文件 -可自定义
python_files = test_*.py *_test.py
# 配置测试搜索的测试类名
# 当前目录下的testcase文件夹下,以test_开头,以.py结尾的所有文件中,以Test开头的类 -可自定义
python_classes = Test*
# 配置测试搜索的测试函数名
# 当前目录下的testcase文件夹下,以test开头,以.py结尾的所有文件中,以Test_开头的类内,以test_开头的方法 -可自定义
python_functions = test*
markers =
smoking: 冒烟
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ideal_four_star/playwright-demo.git
git@gitee.com:ideal_four_star/playwright-demo.git
ideal_four_star
playwright-demo
playwrightDemo
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385