上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 51 下一页
摘要: 1. 官网 https://zh.snipaste.com/ 自己探索吧 阅读全文
posted @ 2022-03-09 21:05 代码诠释的世界 阅读(172) 评论(0) 推荐(0)
摘要: 一. pytest内部机制 pytest自带失败重跑机制,在运行中传入参数即可。 --lf 参数:运行上次失败的用例,如果没有则全部运行。 --ff参数:运行全部用例,上次失败的优先运行。 --lf, --last-failed rerun only the tests that failed at 阅读全文
posted @ 2022-03-04 10:44 代码诠释的世界 阅读(897) 评论(0) 推荐(1)
摘要: 一、官网 https://docs.pytest.org/en/7.0.x/search.html?q=skip 二、相关使用方法 1. @pytest.mark.skip() 2. @pytest.mark.skip(reason='跳过原因') 3. @pytest.mark.skipif(ex 阅读全文
posted @ 2022-03-04 10:35 代码诠释的世界 阅读(88) 评论(0) 推荐(0)
摘要: 一、mac系统 1. 安装位置 cd ~/Library/'Application Support'/Google/Chrome/Default/Extensions 2. 打包对应id的目录即可 3. 通用查找方法 地址栏输入chrome://version 回车用资源管理器打开"个人资料路径"栏 阅读全文
posted @ 2022-03-04 09:51 代码诠释的世界 阅读(1850) 评论(0) 推荐(1)
摘要: 一.、Junit 1、官网 https://junit.org/junit5/ https://junit.org/junit4/ 2、github https://github.com/junit-team/junit5/ 二、TestNG 1、官网 https://testng.org/doc/ 阅读全文
posted @ 2022-03-03 11:41 代码诠释的世界 阅读(105) 评论(0) 推荐(0)
摘要: 1. 官网 https://playwright.dev/docs/intro 2. github https://github.com/microsoft/playwright-python 3. 安装 # 安装playwright库 pip install playwright # 安装浏览器驱 阅读全文
posted @ 2022-03-02 20:36 代码诠释的世界 阅读(2789) 评论(0) 推荐(0)
摘要: 一. pep8 1. 官网 https://www.python.org/dev/peps/pep-0008/ https://pypi.python.org/pypi/flake8/ 2. 安装 pip install pep8 3. 使用 flake8 [file name or directo 阅读全文
posted @ 2022-03-02 17:50 代码诠释的世界 阅读(213) 评论(0) 推荐(0)
摘要: 1. 第三方库 pip install jira 2. 官方文档 https://jira.readthedocs.io/examples.html 3. 使用方法 form jira import JIRA jira = JIRA('http://jira.***.com/', auth=(use 阅读全文
posted @ 2022-03-02 14:14 代码诠释的世界 阅读(502) 评论(0) 推荐(0)
摘要: 1. 现象 2. 处理方法 ps aux | grep elastic kill -9 [pid] 参考链接: https://blog.csdn.net/davidchang365/article/details/103254012 阅读全文
posted @ 2022-03-01 14:56 代码诠释的世界 阅读(275) 评论(0) 推荐(0)
摘要: 1.问题 jenkins打包镜像报错 2. 处理方法 修改Dockerfile 名称为dockerfile 参考链接: https://www.cnblogs.com/rohens-hbg/p/14212145.html 阅读全文
posted @ 2022-03-01 12:15 代码诠释的世界 阅读(1098) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 51 下一页