Hi,
I had installed newman using the npm in command prompt. I wanted to execute the collections using Jenkins, so I tried using the newman command and I got an error during the build saying newman not found. I tried giving the path as shown in the image.
But that newman folder got created when I tried generating the reports. I wanted to know where can I find the source path of Newman if I have installed newman using npm and cmd.
Hi,
I uninstalled the complete nodejs itself. I thought that newman will also get uninstall along with it. But it didn’t because when I installed nodejs again and checked the version of newman, it was already there. But I didn’t find the folder for newman in the npm folder. Where I’m going wrong?
Note : Previously I had installed Newman using npm install -g newman.
Edit: This issue got solved after implementing > This solution is SAFE to use
came along this issue when we changed jenkins to be accessible via reverse proxy.
There is an option in the " Configure Global Security " that " Enable proxy compatibility " This helped with my issue. from > This solution is SAFE to use
from