Jenkins & JUnit Integration with the API Tests | SDET Unicorns

In this post, we’ll take a look at how to integrate API tests with Jenkins as well as add JUnit reporting with it.

Installation / Setup

Setup Test Job

npm install // to install all the packages
npm test // to run your tests

You should see a successful build as well as JUnit reporting along with it, similar to this:

JUnit Report

There you go, now you have Jenkins as well as JUnit reporting setup for your API tests ?


Check out this video to see how to integrate Jenkins and JUnit reporting with the API tests we have created so far as well as how to store environment variable in Jenkins:

You can also clone the GitHub repo to access this code


To learn more about API testing, check out my free tutorial series here –

JavaScript API Test Automation Tutorial Series


I hope this post helped you out, let me know if you have any questions in the comments below!

Happy testing! ?

Subscribe to my YouTube channel
Support my work – https://www.buymeacoffee.com/automationbro
Follow @automationbro on Twitter

Leave a Reply

Your email address will not be published. Required fields are marked *