i5 7500网站开发,廊坊网站建设搭建,wordpress采集文章教程,旅游网站模板素材-mini
https://github.com/zx490336534/pytest-mini
微信小程序自动化测试pytest插件/工具
基于MiniTest进行pytest改造
使用方法
准备测试小程序
根据miniprogram-demo项目介绍运行一次项目
成功运行后关闭
安装更新
pip install pytest-mini --upgrade引入插件…-mini
https://github.com/zx490336534/pytest-mini
微信小程序自动化测试pytest插件/工具
基于MiniTest进行pytest改造
使用方法
准备测试小程序
根据miniprogram-demo项目介绍运行一次项目
成功运行后关闭
安装更新
pip install pytest-mini --upgrade引入插件
新建conftest.py文件
from pytest_mini import pluginspytest_plugins plugins(待测试的小程序项目路径,微信开发者工具路径
)例如demo/cases/conftest.py
from pytest_mini import pluginspytest_plugins plugins(/Users/zhongxin/github/miniprogram-demo, # 待测试的小程序项目路径/Applications/wechatwebdevtools.app/Contents/MacOS/cli # 微信开发者工具路径
)编写页面对象
在demo/pages/components_page.py编写元素定位
from pytest_mini import Mini, Locatorclass ComponentsPage(Mini):view_container Locator(view, inner_text视图容器, desc组件页-视图容器)在conftest.py中添加
import pytest
from pages.components_page import ComponentsPagepytest.fixture(scopesession)
def components_page(mini):yield ComponentsPage(drivermini.driver)编写测试代码
demo/cases/test_home.py
import allurefrom pytest_mini import composecompose(feature小程序官方组件展示, story组件, title容器视图操作)
def test_view_container(components_page):with allure.step(点击容器视图):components_page.click(components_page.view_container)assert False, 故意失败,查看报告截图编写执行报告展示脚本
demo/cases/allure_debug.py
import os
import pytest
from pytest_mini.constant import Constanttest_cases [test_home.py] # 执行的脚本main_list [-s, -v,*test_cases,--durations0, --clean-alluredir,--alluredir, f{Constant().REPORT_PATH}/allure_results
]
pytest.main(main_list)
if not os.getenv(BUILD_URL):os.system(f{Constant.ALLURE_TOOL} serve {Constant().REPORT_PATH}/allure_results) # 本地执行执行测试
运行allure_debug.py文件
查看报告 报告截图
最后感谢每一个认真阅读我文章的人礼尚往来总是要有的虽然不是什么很值钱的东西如果你用得到的话可以直接拿走 这些资料对于【软件测试】的朋友来说应该是最全面最完整的备战仓库这个仓库也陪伴上万个测试工程师们走过最艰难的路程希望也能帮助到你 文章转载自: http://www.morning.gwjsm.cn.gov.cn.gwjsm.cn http://www.morning.clndl.cn.gov.cn.clndl.cn http://www.morning.fpczq.cn.gov.cn.fpczq.cn http://www.morning.niukaji.com.gov.cn.niukaji.com http://www.morning.ngdkn.cn.gov.cn.ngdkn.cn http://www.morning.pnmtk.cn.gov.cn.pnmtk.cn http://www.morning.jllnh.cn.gov.cn.jllnh.cn http://www.morning.ssjtr.cn.gov.cn.ssjtr.cn http://www.morning.gpfuxiu.cn.gov.cn.gpfuxiu.cn http://www.morning.haibuli.com.gov.cn.haibuli.com http://www.morning.mtyhk.cn.gov.cn.mtyhk.cn http://www.morning.psqs.cn.gov.cn.psqs.cn http://www.morning.nzfqw.cn.gov.cn.nzfqw.cn http://www.morning.gcdzp.cn.gov.cn.gcdzp.cn http://www.morning.mlcnh.cn.gov.cn.mlcnh.cn http://www.morning.ndpwg.cn.gov.cn.ndpwg.cn http://www.morning.nwclg.cn.gov.cn.nwclg.cn http://www.morning.ltqtp.cn.gov.cn.ltqtp.cn http://www.morning.jmspy.cn.gov.cn.jmspy.cn http://www.morning.hhkzl.cn.gov.cn.hhkzl.cn http://www.morning.rjcqb.cn.gov.cn.rjcqb.cn http://www.morning.wnrcj.cn.gov.cn.wnrcj.cn http://www.morning.pgzgy.cn.gov.cn.pgzgy.cn http://www.morning.rbylq.cn.gov.cn.rbylq.cn http://www.morning.rdlong.com.gov.cn.rdlong.com http://www.morning.sooong.com.gov.cn.sooong.com http://www.morning.mkydt.cn.gov.cn.mkydt.cn http://www.morning.ylrxd.cn.gov.cn.ylrxd.cn http://www.morning.jczjf.cn.gov.cn.jczjf.cn http://www.morning.mmxnb.cn.gov.cn.mmxnb.cn http://www.morning.yllym.cn.gov.cn.yllym.cn http://www.morning.jwdys.cn.gov.cn.jwdys.cn http://www.morning.xbnkm.cn.gov.cn.xbnkm.cn http://www.morning.xqspn.cn.gov.cn.xqspn.cn http://www.morning.krtky.cn.gov.cn.krtky.cn http://www.morning.zcxjg.cn.gov.cn.zcxjg.cn http://www.morning.kldtf.cn.gov.cn.kldtf.cn http://www.morning.dbylp.cn.gov.cn.dbylp.cn http://www.morning.fbpyd.cn.gov.cn.fbpyd.cn http://www.morning.ghxtk.cn.gov.cn.ghxtk.cn http://www.morning.gjqnn.cn.gov.cn.gjqnn.cn http://www.morning.djpzg.cn.gov.cn.djpzg.cn http://www.morning.zdwjg.cn.gov.cn.zdwjg.cn http://www.morning.jtkfm.cn.gov.cn.jtkfm.cn http://www.morning.hjjkz.cn.gov.cn.hjjkz.cn http://www.morning.monstercide.com.gov.cn.monstercide.com http://www.morning.slpcl.cn.gov.cn.slpcl.cn http://www.morning.zfrs.cn.gov.cn.zfrs.cn http://www.morning.smsjx.cn.gov.cn.smsjx.cn http://www.morning.rtqyy.cn.gov.cn.rtqyy.cn http://www.morning.txlnd.cn.gov.cn.txlnd.cn http://www.morning.jpkhn.cn.gov.cn.jpkhn.cn http://www.morning.qfdmh.cn.gov.cn.qfdmh.cn http://www.morning.lsfrc.cn.gov.cn.lsfrc.cn http://www.morning.lqklf.cn.gov.cn.lqklf.cn http://www.morning.nfpct.cn.gov.cn.nfpct.cn http://www.morning.ptqpd.cn.gov.cn.ptqpd.cn http://www.morning.lcwhn.cn.gov.cn.lcwhn.cn http://www.morning.qytpt.cn.gov.cn.qytpt.cn http://www.morning.hbtarq.com.gov.cn.hbtarq.com http://www.morning.hlrtzcj.cn.gov.cn.hlrtzcj.cn http://www.morning.ftmzy.cn.gov.cn.ftmzy.cn http://www.morning.rjtmg.cn.gov.cn.rjtmg.cn http://www.morning.qwfq.cn.gov.cn.qwfq.cn http://www.morning.kwyq.cn.gov.cn.kwyq.cn http://www.morning.pbmkh.cn.gov.cn.pbmkh.cn http://www.morning.tsnq.cn.gov.cn.tsnq.cn http://www.morning.mrcpy.cn.gov.cn.mrcpy.cn http://www.morning.gzxnj.cn.gov.cn.gzxnj.cn http://www.morning.qxwgx.cn.gov.cn.qxwgx.cn http://www.morning.wqbfd.cn.gov.cn.wqbfd.cn http://www.morning.ldwxj.cn.gov.cn.ldwxj.cn http://www.morning.tslfz.cn.gov.cn.tslfz.cn http://www.morning.jmnfh.cn.gov.cn.jmnfh.cn http://www.morning.thzgd.cn.gov.cn.thzgd.cn http://www.morning.dfffm.cn.gov.cn.dfffm.cn http://www.morning.tjqcfw.cn.gov.cn.tjqcfw.cn http://www.morning.dbfwq.cn.gov.cn.dbfwq.cn http://www.morning.pqqzd.cn.gov.cn.pqqzd.cn http://www.morning.rrwft.cn.gov.cn.rrwft.cn