在PactBroker中,当我将数据输入"上次验证"专栏。
图片:Pact Broker - New Version
我正在使用Maven插件与提供商进行验证,
mvn pact:verify
插件:
<!DOCTYPE html>
<html>
<head>
<style>
.line {
width:70%;
}
.line::before {
border-color: #7f7f7f transparent;
border-style: solid;
border-width: 0 7px 7px;
content: "";
display: block;
left: 45%;
position: absolute;
top: 2px;
width: 0;
z-index: 1;
}
.line::after {
border-color: #ffffff transparent;
border-style: solid;
border-width: 0 7px 7px;
content: "";
display: block;
left: 45%;
position: absolute;
top: 3px;
width: 0;
z-index: 1;
}
</style>
</head>
<body>
<hr class="line">
</body>
</html>
答案 0 :(得分:0)
我相信您需要在经过验证后使用mvn pact:publish
发布结果,以便经纪人知道这些结果。
答案 1 :(得分:0)
截至今天,JVM版尚未完全支持此功能,但我们正在努力!
您可以按照HAL链接和publishing到pb:publish-verification-results
链接自行实施。