ReadyAPI 版本 3.20.2:指定了不正确的端点
ReadyAPI version 3.20.2: An incorrect endpoint is specified
我用 ReadyAPI 编写了一些测试,这些测试在以前版本的 ReadyAPI 中运行良好。昨天下载了最新版本的 ReadyAPI(ReadyAPI 3.20.2(2022 年 2 月 22 日)),当我尝试执行测试步骤时出现此错误:
ERROR: An incorrect endpoint is specified for the request [myRequest]
我在日志中找不到更多可以指示错误的信息。我的测试步骤URL如下:
${#Project#ServiceEndPoint}/ServicecenterNext/odata/v1/Requests(${#TestCase#Id})
其中 Project#ServiceEndPoint 设置为 https://myTestApp.test.com 且 TestCaseId 已使用 Groovy-script 设置。
-Dreadyapi.skip.endpoints.checks=真
我用 ReadyAPI 编写了一些测试,这些测试在以前版本的 ReadyAPI 中运行良好。昨天下载了最新版本的 ReadyAPI(ReadyAPI 3.20.2(2022 年 2 月 22 日)),当我尝试执行测试步骤时出现此错误:
ERROR: An incorrect endpoint is specified for the request [myRequest]
我在日志中找不到更多可以指示错误的信息。我的测试步骤URL如下:
${#Project#ServiceEndPoint}/ServicecenterNext/odata/v1/Requests(${#TestCase#Id})
其中 Project#ServiceEndPoint 设置为 https://myTestApp.test.com 且 TestCaseId 已使用 Groovy-script 设置。
-Dreadyapi.skip.endpoints.checks=真