04 2020 档案

摘要:https://www.cnblogs.com/yoyoketang/p/12004145.html 阅读全文
posted @ 2020-04-28 10:02 悠然现南山 阅读(153) 评论(0) 推荐(0) 编辑
摘要: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) 编辑
摘要:https://cloud.tencent.com/developer/article/1554027 阅读全文
posted @ 2020-04-17 14:33 悠然现南山 阅读(472) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_36940806/article/details/94879203 阅读全文
posted @ 2020-04-17 14:29 悠然现南山 阅读(965) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/yinzhengjie/p/9571238.html 阅读全文
posted @ 2020-04-17 14:13 悠然现南山 阅读(1057) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/Jacck/p/7889326.html 阅读全文
posted @ 2020-04-16 17:18 悠然现南山 阅读(424) 评论(0) 推荐(0) 编辑
摘要:https://shimo.im/docs/DJ3h3tJv98ppTYyH/read 阅读全文
posted @ 2020-04-16 13:38 悠然现南山 阅读(307) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/lisi01/p/11157675.html 阅读全文
posted @ 2020-04-01 21:56 悠然现南山 阅读(150) 评论(0) 推荐(0) 编辑