-
allure集成Jenkins生成的报告为空
参考:https://github.com/jenkinsci/allure-plugin/issues/201#issuecomment-499879705 1234567Here is the solution: Inside your wor... -
jmeter脚本常用命令
命令参数1234567891011-n 非GUI模式,命令行模式(表示在非GUI模式下运行)-t 测试文件, 要运行的jmeter测试脚本文件(一般使用绝对路径)-l 结果文件,记录结果的文件-h 获取jmeter帮助信息-r 远程执行,启动远程服务... -
JMeter设置中文界面方法
JMeter默认是英文界面,但是可以通过以下方法设置为中文界面。 方法一:临时设置中文界面在JMeter界面上选择Options -> Choose Language -> Chinese。这种方法设置的中文界面只在当前使用时生效,下次启... -
docker搭建jforum
pull mysql 镜像运行: 1docker run --name hi-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -d mysql:5.7 这里将密码设置为了123456,也可以设置为其... -
element-ui修改自定义主题
official document:https://element.eleme.cn/#/zh-CN/component/custom-theme change color open:theme editor online button,modify... -
pip安装github包确定egg名称
安装1pipenv install git+https://github.com/bluejeans/api-rest-meetings.git@pip-repo#egg=BlueJeansMeetingsRestApi setup.py1234... -
testlink数据表分析
testlink数据表分析创建一个项目test node_types: 节点类型,这是一个固定的表 rights: 权限表,用户的操作权限role_rights: 角色和权限关系表 roles: 角色表 testprojects: 测试项目表user... -
爬取技术文本存为markdown
网址python cookbook: https://python3-cookbook.readthedocs.io/zh_CN/latest/ 库需要用到html2markdown库,先安装 1pipenv install html2text b... -
冷静的做自动化测试
冷静,在自动化和测试开发的路上要冷静,不要被看起来高大上又新鲜的框架技术洗白。 探索的历程 Excel api test google sheet api test flask bootstrap4 api test & ui test py... -
测试汇总
一些流程提bug流程{width=”5.208333333333333in”height=”6.041666666666667in”} 需求确认Issue{width=”7.333333333333333in”heigh...