0

現在、私は API 自動化のためにポストマンを調査しており、継続的な統合プロセスに行き詰まっています。GoCD を使用して Postman との継続的統合を行うことは可能ですか? Jenkins と Postman を使用した CI のドキュメントのみを取得しています。

4

1 に答える 1

2

GoCD を使用して、任意のコマンド ライン タスクを追加できます

https://www.go.cd/documentation/user/current/configuration/admin_add_task.html

郵便配達員コレクションを使用しnewmanていて、これらの API テストを実行する場合は、GoCD を構成して、ジェンキンで使用されているのと同じコマンドを使用できます (ブログなど)。

http://blog.getpostman.com/2015/09/03/how-to-write-powerful-automated-api-tests-with-postman-newman-and-jenkins/

これは

newman -c jenkins_demo.postman_collection --exitCode 1

于 2016-01-18T13:14:24.163 に答える