How to run Postman test cases by helm and rollback to last successful version if any test fail
7/6/2019
I am using Helm kubernetes deployment and I want to run the postman test cases before a final deployment, and if any test case fails then rollback (or retain the current deployment like Blue-Green deployment). How to achieve this?