来自 jenkins 的 ghostinspector(phantomjs) 运行 并在 jenkins 中看到结果
ghostinspector(phantomjs) running from jenkins and seeing result in jenkins
我正在使用 ghostinspector 来记录和 运行 测试。我也看到了 API 集成。
有没有一种方法可以创建一个构建,当我触发这个构建时,它 运行 在 ghostinspector 上进行测试。 (我可以在发出 curl 请求的 jenkins 中使用自定义构建命令来做到这一点)
除了触发构建之外,我还希望在 jenkins 中看到结果。 ghostinspector 或 phantomjs 测试脚本 returns 是否会导致 TAP 格式或 jenkins 可以显示为测试结果的任何其他格式
完全披露:我为 Ghost Inspector 工作。
我们现在提供从您的测试套件下载结果的功能 in XUnit format via our API that you should be able to use in Jenkins 以报告您的套件状态。
希望对您有所帮助。
我正在使用 ghostinspector 来记录和 运行 测试。我也看到了 API 集成。
有没有一种方法可以创建一个构建,当我触发这个构建时,它 运行 在 ghostinspector 上进行测试。 (我可以在发出 curl 请求的 jenkins 中使用自定义构建命令来做到这一点)
除了触发构建之外,我还希望在 jenkins 中看到结果。 ghostinspector 或 phantomjs 测试脚本 returns 是否会导致 TAP 格式或 jenkins 可以显示为测试结果的任何其他格式
完全披露:我为 Ghost Inspector 工作。
我们现在提供从您的测试套件下载结果的功能 in XUnit format via our API that you should be able to use in Jenkins 以报告您的套件状态。
希望对您有所帮助。