【发布时间】:2020-04-11 00:26:00
【问题描述】:
我正在使用 Postman 和 CLI 工具 Newman 对多个微服务运行集成测试。
我最近不得不对其进行一些重构,而我最近的测试运行从 Newman 抛出了一个错误:
> newman run Postman.postman_collection.json -e ../postman_environments/Integration.postman_environment.json --env-var authorization="$TOKEN"
error: Elisions are not supported at 25:4
,
^
我已大量搜索此错误消息,但似乎找不到任何与邮递员或纽曼有关的结果,或与任何软件模糊相关的结果。
【问题讨论】: