上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页
摘要: https://www.jb51.net/article/181095.htm 阅读全文
posted @ 2020-04-28 09:32 悠然现南山 阅读(229) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/yonglin/p/7041423.html 阅读全文
posted @ 2020-04-27 15:03 悠然现南山 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/linuxchao/p/linuxchao-pytest-report.html 阅读全文
posted @ 2020-04-27 10:38 悠然现南山 阅读(138) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/bubblelone/article/details/83955978 https://jingyan.baidu.com/article/425e69e69425f2ff15fc16fe.html 阅读全文
posted @ 2020-04-24 00:36 悠然现南山 阅读(712) 评论(0) 推荐(0) 编辑
摘要: #coding=utf-8 from selenium import webdriver from selenium.webdriver.common.by import By from selenium.webdriver.support import expected_conditions as 阅读全文
posted @ 2020-04-23 17:06 悠然现南山 阅读(745) 评论(0) 推荐(0) 编辑
摘要: 写在conftest.py文件中,参考链接:https://blog.csdn.net/xiao_feng77/article/details/103902230 #coding:utf-8 from selenium import webdriver import pytest driver = 阅读全文
posted @ 2020-04-23 13:47 悠然现南山 阅读(1241) 评论(0) 推荐(0) 编辑
摘要: https://jingyan.baidu.com/article/2a1383289d7792074b134f69.html 阅读全文
posted @ 2020-04-20 10:56 悠然现南山 阅读(566) 评论(0) 推荐(0) 编辑
摘要: #coding:utf-8 import os cmd = "pytest -v -m \"not webtest\"" os.system(cmd) 通过os.system执行cmd命令(pytest -v -m "not webtest"),因为cmd命令中有双引号,随意要加转义符\ 阅读全文
posted @ 2020-04-17 15:25 悠然现南山 阅读(2028) 评论(0) 推荐(0) 编辑
摘要: test_caseskip.py #coding:utf-8 import pytest myskip=pytest.mark.skipif(1==1,reason="skip") test_m1.py #coding:utf-8 import pytest from test_caseskip i 阅读全文
posted @ 2020-04-17 14:52 悠然现南山 阅读(205) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_38044888/article/details/95457899 阅读全文
posted @ 2020-04-17 14:46 悠然现南山 阅读(499) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 31 下一页