摘要: 简介 JsonPath是一种简单的方法来提取JSON文档的方法。它支持的编程语言有很多,如java、python、JavaScript和PHP。 JsonPath提供的json解析非常强大,它提供了类似正则表达式的语法,基本上可以满足所有你想要获得的json内容。 maven依赖 <!-- http 阅读全文
posted @ 2021-07-02 17:35 未来可期_Durant 阅读(5845) 评论(0) 推荐(0) 编辑
摘要: jq介绍 jq是一款非常强大的用来将复杂的数据解析成json格式的工具。 jq官网 https://stedolan.github.io/jq 安装 安装chocolatey 以管理员身份运行cmd。输入一下命令 @"%SystemRoot%\System32\WindowsPowerShell\v 阅读全文
posted @ 2021-07-02 10:36 未来可期_Durant 阅读(3628) 评论(0) 推荐(0) 编辑
摘要: 添加maven依赖 <!-- allure报告的库 --> <dependency> <groupId>io.qameta.allure</groupId> <artifactId>allure-junit5</artifactId> <version>RELEASE</version> <scop 阅读全文
posted @ 2021-07-02 10:15 未来可期_Durant 阅读(48) 评论(0) 推荐(0) 编辑