Technical requirements
In this chapter, we will use Newman, which is a Node.js package. Therefore, we need to install Node.js and npm on our computer beforehand, which we can download at https://nodejs.org/en/.
For the demo APIs that are used in this chapter, we will use an example that is provided on the internet: https://jsonplaceholder.typicode.com/.
The GitHub repository, which contains the complete source code used in this chapter, can be found at https://github.com/PacktPublishing/Learning-DevOps-Second-Edition/tree/main/CHAP11.
Check out the following video to see the code in action: https://bit.ly/3s7239U.