摘要: idea启动moco的步骤如下: 1.在idea中工程中New一个Directory目录下引入已经下载好的jmoco-runner-0.11.0-standalone.jar 包 (可以直接Ctrl+C ,Ctrl+V) 2.写一个json文件,在文件中写如下json代码 [ { "descript 阅读全文
posted @ 2020-03-30 22:58 小白测试 阅读(815) 评论(0) 推荐(0) 编辑
摘要: 解决乱码问题:在git安装路径下的bash.bashrc 在文件末尾添加一下字符编码。 export LANG="zh_CN.UTF-8"export LC_ALL="zh_CN.UTF-8" 添加成功后,重新启动Idea即可。 阅读全文
posted @ 2020-03-30 20:23 小白测试 阅读(852) 评论(0) 推荐(0) 编辑
摘要: moco框架的下载地址:https://repo1.maven.org/maven2/com/github/dreamhead/moco-runner/0.11.0/ moco-runner-0.11.0-standalone.jar 2016-05-19 02:52 6419662 阅读全文
posted @ 2020-03-30 15:24 小白测试 阅读(552) 评论(0) 推荐(0) 编辑
摘要: ExtentReport报告在Maven项目中的使用 1.首先在pom.xml文件中添加需要引入的ExtentReport测试报告相关的包。xml代码如下 <dependencies> <dependency> <groupId>com.relevantcodes</groupId> <artifa 阅读全文
posted @ 2020-03-30 13:06 小白测试 阅读(2493) 评论(0) 推荐(0) 编辑