【问题标题】:Unable to run Postman Newman command in Azure pipeline无法在 Azure 管道中运行 Postman Newman 命令
【发布时间】:2022-06-22 18:20:46
【问题描述】:

我正在尝试在我的 Azure 构建管道中运行一系列 Postman 测试,但不断收到未安装 Newman 的错误,我已通过转到确切位置并运行 Newman 命令进行检查,没有任何问题。我的屏幕截图显示我已经实现了它们和错误。

【问题讨论】:

    标签: azure postman pipeline newman


    【解决方案1】:

    我看到你使用命令作为 call newman run 而是使用

    newman run collection.json -e environment_file.json --reporters cli,junit,htmlextra --reporter-junit-export junitReport.xml

    它适用于 Azure 管道

    【讨论】:

      最近更新 更多