gpt4 book ai didi

cucumber - 在 cucumber 中使用背景部分时出现 "required (...)+ loop did not match anything at input ' 场景 :'"错误

转载 作者:行者123 更新时间:2023-12-04 03:08:50 25 4
gpt4 key购买 nike

我正在编写 Karate DSL 测试来测试 Web 服务端点。我已经在 karate-config.js 文件中定义了我的 url base。但是当我尝试在背景部分使用它时,出现以下错误。请帮忙。在下面提供了我的功能文件。

错误:“必需的 (...)+ 循环与输入‘场景:’处的任何内容都不匹配”

Feature: Test Data Management service endpoints that perform different operations with EPR

Background:
url dataManagementUrlBase

Scenario: Validate that the contractor's facility requirements are returned from EPR
Given path 'facilities'
And def inputpayload = read('classpath:dataManagementPayLoad.json')
And request inputpayload
When method post
Then status 200
And match $ == read('classpath:dataManagementExpectedJson.json')

最佳答案

您在 url 之前缺少一个 *

Background:
* url dataManagementUrlBase

关于cucumber - 在 cucumber 中使用背景部分时出现 "required (...)+ loop did not match anything at input ' 场景 :'"错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46816265/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com