代码自动生成

demo-client使用说明

一世执手 提交于 2019-12-02 21:25:24
demo-client项目说明 demo-client是一个普通的maven项目( https://gitee.com/fastjrun/demo-client ),主要是用来配合讲解如何编写和维护接口测试用例,其中demo_user.xml是接口定义文档,pom中提到的测试接口地址为: http://demo.fastjrun.cn/demo-buffle 。 具体接口定义可以参考如下网址: http://demo.fastjrun.cn/demo-buffle/swagger-ui.html 准备windows开发环境 参考 开发工具及安装规划 普通玩法 下载ciHelper1.7版本,install本地 #以下操作需要在git bash中执行 cd d:/workshop git clone https://gitee.com/fastjrun/ciHelper.git cd ciHelper git checkout v1.7 mvn clean install 下载demo-client #以下操作需要在git bash中执行 cd d:/workshop git clone https://gitee.com/fastjrun/demo-client.git cd demo-client git checkout v1.1 mvn clean package 成功的话