带会员功能的网站,6wordpress,怎么添加wordpress模板文件夹,传新闻到网站上怎么做pytest脚本常用的执行命令 一、一般执行的脚本#xff0c;执行.py文件整个脚本二、执行.py文件脚本中的一个模块三、执行脚本#xff0c;执行.py文件整个脚本#xff0c;或则一个模块#xff0c;查看对应的日志信息3.1.py文件执行allure的脚本3.2去dos框下去执行对应的脚本… pytest脚本常用的执行命令 一、一般执行的脚本执行.py文件整个脚本二、执行.py文件脚本中的一个模块三、执行脚本执行.py文件整个脚本或则一个模块查看对应的日志信息3.1.py文件执行allure的脚本3.2去dos框下去执行对应的脚本信息 一、一般执行的脚本执行.py文件整个脚本 pytest -vs D:\python_test\pythonProject\t2ests\tes22t_productGroup.py
pytest -vs 脚本的地址 二、执行.py文件脚本中的一个模块 pytest -vs D:\python_test\pythonProject\t2ests\tes22t_productGroup.py -K test_create_tic
pytest -vs 脚本的地址 -K 模块名三、执行脚本执行.py文件整个脚本或则一个模块查看对应的日志信息
3.1.py文件执行allure的脚本
3.1 整个脚本执行allure命令
pytest -vs D:\python_test\pythonProject\tests\test_productGroup.py --alluredirallure_results3.21个脚本下的1个模块执行allure命令
pytest -vs D:\python_test\pythonProject\t2ests\tes22t_productGroup.py -K test_create_tic --alluredirallure_resultspytest -vs 脚本地址 -K test_create_tic --alluredirallure_resultsallure_results是脚本名称可以自己自定义 如果要执行对应的模块就带-K不执行就不带 3.2去dos框下去执行对应的脚本信息
allure serve D:\python_test\pythonProject\allure_results