newman icon indicating copy to clipboard operation
newman copied to clipboard

Path parameters are not identified in v6.X

Open Gilc83 opened this issue 9 months ago • 0 comments

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}:

Image

However, when I upgraded to Newman latest version 6.2.1, Path parameters are no longer identified:

Image

Gilc83 avatar Mar 04 '25 20:03 Gilc83