Automate Rest API test and integrate this with Continuous Integration(CI-Jenkins)

后端 未结 3 765
情深已故
情深已故 2021-01-02 01:20

I found many similar questions related to this, but not the particular answer I am looking for. Actually my requirement is little different, so I end up posting the followin

3条回答
  •  时光说笑
    2021-01-02 01:56

    For automating REST API testing, as a starting point I recommend using Postman and newman.

    Postman provides an excellent UI for building requests, and newman is its command-line counterpart. After you create a set of requests and corresponding tests within the Postman UI, you can run the entire collection from Jenkins via newman, preventing a deployment if tests fail.

提交回复
热议问题