zoukankan
html css js c++ java
jenkins+python+pytest+selenium 自动化执行脚本并发送报告
安装jenkins
jenkins 安装网址: https://www.jenkins.io/download/ 傻瓜式安装
配置环境
键path 或者随便填
构建后操作
在jenkins上展示html的报告,需要添加一个HTML Publisher plugin插件
查看报告显示丢失了css样式
加载css样式丢失解决:https://www.cnblogs.com/mini-monkey/p/12002681.html
安装插件
Groovy,修改CSP设置(永久解决) 建议选择这种方式
jenkins 发送测试报告
1.安装插件 Email Extension Plugin
2.设置Extended E-mail Notification
构建后操作
生成html 测试报告
发送邮件配置
查看全文
相关阅读:
19.音乐查询l练习
python用requests爬取新浪财经首页要闻
关于Pyhton正则报错: sre_constants.error: nothing to repeat at position
python中的字典
Python flask jQuery ajax 上传文件
python中与时间有关的对象-datetime、time、date
python os模块之实现多层目录文件查找
python 字符串格式化输出 %d,%s及 format函数, 数字百分化输出
linux unbuntu 虚拟环境 安装沙盒virtualenv 、virtualenvwrapper
python实现二分查找
原文地址:https://www.cnblogs.com/sunzzc/p/13777351.html
最新文章
Codeforces Round #679 (Div. 2, based on Technocup 2021 Elimination Round 1)
数据结构之栈
堆排序的简单实现
模拟一个shuffle
打印zigzag矩阵
Python中的异常处理
python中的I/O
Python模块
Python函数
Python中的日期和时间
热门文章
Python的字典dictionary
3.ES6导入方式
1.index
2.ES6的导出方式
24.filter~map~reduce用箭头函数写
24.filter~map~reduce高阶函数
23.数组中哪些有响应式
22.盘点购物车
21.计算属性的setter和getter方法
20.计算属性的基本使用
Copyright © 2011-2022 走看看