随笔分类 -  软件测试工具安装汇总

摘要:接口自动化虚拟机登录:root sq 若gitlab的容器打不开,关闭防火墙 gitlab登录: http://192.168.31.128:9001/projects/new#blank_project root i3213941 Git:分布式版本控制系统 本地仓库:是在开发人员自己电脑上的gi 阅读全文
posted @ 2023-07-06 13:21 追逐蹉跎的岁月 阅读(246) 评论(1) 推荐(0)
摘要:转载:https://blog.csdn.net/zhang33565417/article/details/97779579 由于linux目前很热门,越来越多的人在学习linux,但是买一台服务放家里来学习,实在是很浪费。那么如何解决这个问题?虚拟机软件是很好的选择,常用的虚拟机软件有vmwar 阅读全文
posted @ 2020-08-11 22:35 追逐蹉跎的岁月 阅读(604) 评论(0) 推荐(0)
摘要:Centos7下载:https://blog.csdn.net/qq_39135287/article/details/83993574 VMware虚拟机安装:https://www.cnblogs.com/hejianliang/p/9216893.html VMware虚拟机CentOS系统与 阅读全文
posted @ 2020-08-11 17:06 追逐蹉跎的岁月 阅读(1869) 评论(0) 推荐(0)
摘要:一、安装 1、安装PYQT前,首先安装 SIP :pip3 install Sip 2、安装PyQt5 执行命令:pip3 install PyQt5 3、安装PyQt5 tools:pip install PyQt5-tools -i http://pypi.douban.com/simple - 阅读全文
posted @ 2020-06-29 09:36 追逐蹉跎的岁月 阅读(271) 评论(0) 推荐(0)
摘要:Appium 1、安装Appium-python-client包 pip install Appium-Python-Client 确保安装版本与selenium匹配 pip install selenium -U 2、安装JDK 3、安装Appium Server Appium DeskTop安装 阅读全文
posted @ 2020-04-13 16:37 追逐蹉跎的岁月 阅读(254) 评论(0) 推荐(0)