2

我在 xpath 断言中使用通配符,选中了复选框,并且在soapUI 客户端中传递了案例。然而,基于 mvn 插件的所有这些带有 xpath + 通配符的断言在我的 Jenkins 工作中都失败了

这是我在 POM 中的依赖项

<plugin>
<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>
<version>4.0.1</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
</dependency>
</dependencies>

这是断言失败

16:26:48,179 错误 [SoapUITestCaseRunner] 断言失败-> XPathContains 比较失败,预期 [*],实际为 [101500052082]

4

0 回答 0