I have created a build plan which has jobs to execute Postman API automation scripts. I want to set up the bamboo dashboard such that basis the number of tests pass I should be able to trigger the deployment of the build.
Can some please suggest any plugin to read the passed and failed cases on bamboo dashboard itself.
Currently, we are using newman to export the complete details in html format and saving them in bamboo working directly. But that doesn't helps us trigger deployment.