From 9307655377ec9c55f094c7f5f1facea3e71176db Mon Sep 17 00:00:00 2001 From: xuwangcheng Date: Sun, 17 Nov 2019 20:52:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=92=8C=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ++++++------ src/main/java/yi/master/constant/SystemConsts.java | 2 +- update.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index fed55d6..666ca9f 100644 --- a/README.md +++ b/README.md @@ -6,16 +6,16 @@ QQ群交流:468324085,加群验证:易大师 [码云地址](https://gitee.com/xuwangcheng/masteryi-automated-testing) [更新日志](https://gitee.com/xuwangcheng/masteryi-automated-testing/wikis/pages?title=%E6%9B%B4%E6%96%B0%E8%AF%B4%E6%98%8E&parent=) -[使用说明](https://gitee.com/xuwangcheng/masteryi-automated-testing/wikis/) -[简单的功能演示视频](https://pan.baidu.com/s/1aMPchusaQt_LHDT9-v1RzQ) +[使用文档](https://gitee.com/xuwangcheng/masteryi-automated-testing/wikis/) + [演示地址](http://www.xuwangcheng.com/yi)(账号 tester/11111111) -(**请勿使用随意使用接口探测和性能测试模块,垃圾服务器不行。**) + #### 一键安装包 百度云: https://pan.baidu.com/s/1i8siuIuPXsjlnawYFc4c6A -账号 admin/q708162543 - **安装完成进入安装根目录,双击执行start.bat,弹出两个cmd窗口不要关闭,打开浏览器输入http://localhost:8080** -#### 主要功能 +**账号 admin/q708162543** +**安装完成进入安装根目录,双击执行start.bat,弹出两个cmd窗口不要关闭,打开浏览器输入http://localhost:8080** +#### 主要功能 - 接口、报文、场景三层分离,接口测试更加灵活多变; - 支持Http/Https/Socket/WebService/WebSocket/Dubbo协议接口,后续支持更多; - 支持Xml/Json/URL/自定义格式报文; diff --git a/src/main/java/yi/master/constant/SystemConsts.java b/src/main/java/yi/master/constant/SystemConsts.java index d9d4691..e2283c8 100644 --- a/src/main/java/yi/master/constant/SystemConsts.java +++ b/src/main/java/yi/master/constant/SystemConsts.java @@ -12,7 +12,7 @@ public interface SystemConsts { /** * 当前版本号 */ - public static final String VERSION = "0.2.0beta"; + public static final String VERSION = "0.2.1beta"; /** * 完成标志 */ diff --git a/update.md b/update.md index 6d71a41..9c17ede 100644 --- a/update.md +++ b/update.md @@ -1,5 +1,5 @@ ### v0.2.1beta -#### 2019.09.15 +#### 2019.11.17 - 修复:HTTP协议使用GET请求如果参数值为空的情况会导致无法正确的拼接查询参数到URL后面的问题; - 修复:组合场景中没有测试场景测试集测试也会显示成功的问题; - 修复:验证规则->节点验证时,重复指定预期验证比对值类型为入参节点时,点击预期比对值会弹出多个节点选择框的问题; -- Gitee