You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run newman view the ADO task and I am getting the following error message:
No specific path to newman, using default of 'newman'
, when the pipeline runs. I know for sure that Newman is installed correctly because I can run newman -v in a subsequent build step and I'm getting back the correct version (5.3.0). I can also run:
task: CmdLine@2
inputs:
script: 'newman run https://www.getpostman.com/collections/00000000000000000 -e src/LockstepApi2.PostmanTests/files/DevQA.postman_environment.json
, which also works.
Any idea what I'm doing wrong here?
The text was updated successfully, but these errors were encountered:
I am trying to run newman view the ADO task and I am getting the following error message:
No specific path to newman, using default of 'newman'
, when the pipeline runs. I know for sure that Newman is installed correctly because I can run newman -v in a subsequent build step and I'm getting back the correct version (5.3.0). I can also run:
, which also works.
Any idea what I'm doing wrong here?
The text was updated successfully, but these errors were encountered: