随笔分类 - Tools
摘要:1. 官网 https://zh.snipaste.com/ 自己探索吧
阅读全文
摘要:一. pytest内部机制 pytest自带失败重跑机制,在运行中传入参数即可。 --lf 参数:运行上次失败的用例,如果没有则全部运行。 --ff参数:运行全部用例,上次失败的优先运行。 --lf, --last-failed rerun only the tests that failed at
阅读全文
摘要:一、官网 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
阅读全文
摘要:1. 安装位置 cd ~/Library/'Application Support'/Google/Chrome/Default/Extensions 2. 打包对应id的目录即可 3. 通用查找方法 地址栏输入chrome://version 回车用资源管理器打开"个人资料路径"栏的路径,该路径下
阅读全文
摘要:一.、Junit 1、官网 https://junit.org/junit5/ https://junit.org/junit4/ 2、github https://github.com/junit-team/junit5/ 二、TestNG 1、官网 https://testng.org/doc/
阅读全文
摘要:1. 官网 https://playwright.dev/docs/intro 2. github https://github.com/microsoft/playwright-python 3. 安装 # 安装playwright库 pip install playwright # 安装浏览器驱
阅读全文
摘要:一. 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
阅读全文
摘要:1. 创建多分支流水线 2. sonar创建项目 3. sonar生成token 4. jenkins配置sonar服务器 5. 创建jenkinsfile 6. 测试 参考链接: https://www.freesion.com/article/51961427353/ https://blog.
阅读全文
摘要:参考链接: https://blog.csdn.net/weixin_46902396/article/details/118337250
阅读全文
摘要:1. hub地址 https://hub.docker.com/r/twang2218/gitlab-ce-zh
阅读全文
摘要:1. 官网 https://www.php.net/ 2. 安装 https://www.php.net/manual/zh/ 参考链接: https://blog.csdn.net/cunjie3951/article/details/106900049/
阅读全文
摘要:1. 使用字符串参数构建 2. 配置pipeline stage('Checkout') { steps { script{ branch = branch if (env.gitlabSourceBranch != null) { checkout changelog: true, poll: t
阅读全文
摘要:1. 官网 https://www.testlink.org/ 2. 安装apache2 sudo apt-get install apache2 3. 安装mysql https://www.cnblogs.com/fireblackman/p/15692363.html 4. 安装PHP相关 s
阅读全文
摘要:1. 官网 https://www.testlink.org/ 2. 使用 https://forum.testlink.org/ 参考链接: https://blog.csdn.net/weixin_30530339/article/details/98507987
阅读全文
摘要:1. 官网 https://doc.goldfingerholdings.com/synapsert/latest/zh_cn 2. 使用 3. 其他 zephyrxray 参考链接: https://www.cnblogs.com/huxinping8800/p/14435785.html?ivk
阅读全文
摘要:1. 官网 https://docs.microsoft.com/en-us/windows/wsl/about 2. wsl1和wsl2对比 https://docs.microsoft.com/en-us/windows/wsl/compare-versions#comparing-featur
阅读全文
摘要:1. 官网 https://readthedocs.org/ https://www.sphinx-doc.org/en/master/ 2. 参考链接 https://zhuanlan.zhihu.com/p/264647009
阅读全文
摘要:1.jenkins日志 2. dockerfile FROM openjdk:8u171-jre-alpine ENV JAR_NAME=spring-boot-01-helloworld-quick-0.0.1-SNAPSHOT.jar COPY ./target/$JAR_NAME /apps/
阅读全文
摘要:1. 链接 https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow
阅读全文
摘要:1. 官网 https://www.atlassian.com/software/jira/guides https://docs.atlassian.com/software/jira/docs/api/ 2. 安装mysql https://www.cnblogs.com/fireblackma
阅读全文