摘要: 一、服务器安装jdk和Jenkins 二、安装完成后打开jenkins页面:http://localhost:8080,设置管理员密码后登陆进去。 三、系统管理->全局变量,勾选允许用户注册 代理勾选以下内容 检查"Plugin Manager"中"Enable Slave"需要打勾 四、设置JDK 阅读全文
posted @ 2019-07-11 17:35 lemon锋 阅读(12479) 评论(0) 推荐(0) 编辑
摘要: 前置: (1)安装Python3(这里版本为3.7) (2)搭建Jenkins环境 一、安装pytest 直接使用pip安装(这里由于笔者的环境同时安装了Python2和Python3,所以在python3使用pip命令时输入“pip3”): 二、安装allure-pytest 直接使用pip安装 阅读全文
posted @ 2019-07-11 11:34 lemon锋 阅读(1849) 评论(0) 推荐(0) 编辑