Path parameters are not identified in v6.X
Author: Gilc83Created Mar 4, 2025Updated Jul 20, 2026
When I use Newman 5.3.2 in my code and run it against the swagger interface here: http://testfire.net/swagger/index.html
Everything works great, and Path parameters are identified successfully, for example under /account/{accountNo}:
However, when I upgraded to Newman latest version 6.2.1, Path parameters are no longer identified:
Source: postmanlabs/newman