06 2021 档案

android webview测试
摘要:一、获取浏览器内核版本 1、获取设备上的所有包并过滤出browser adb shell pm list package| grep browser 2、获取browser的版本信息 adb shell pm list package| grep browser 3、查看Android手机自带浏览器 阅读全文

posted @ 2021-06-28 16:45 crystal1126 阅读(1654) 评论(0) 推荐(0)

selenium复用浏览器
摘要:参考网址: https://www.cnblogs.com/creamk87/p/13532071.html https://www.cnblogs.com/creamk87/p/13532119.html 阅读全文

posted @ 2021-06-24 14:42 crystal1126 阅读(34) 评论(0) 推荐(0)

allure的介绍和使用
摘要:一、allure的介绍 二、allure报告概览 https://demo.qameta.io/allure/# 三、allure报告安装 下图为mac安装后的截图: 四、使用allure2生成更加精美的测试报告 安装allure-pytest插件: pip install allure-pytes 阅读全文

posted @ 2021-06-10 15:50 crystal1126 阅读(2037) 评论(0) 推荐(0)

导航