I got the issue of Newman is not recognizing in jenkins while running the script and gpt resolved from below solution
https://community.postman.com/t/cannot-run-newman-on-jenkins-on-windows/23383/3
you can directly pass this command as a windows batch command in jenkins to run collections using newman
C:\Users\abc\AppData\Roaming\npm\newman run “C:\Users\abc\Desktop\Postman-newman\Chaining.postman_collection.json”
0 comments:
Post a Comment