Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No specific path to newman, using default of 'newman' #98

Open
bcmcadam opened this issue Oct 25, 2021 · 0 comments
Open

No specific path to newman, using default of 'newman' #98

bcmcadam opened this issue Oct 25, 2021 · 0 comments

Comments

@bcmcadam
Copy link

bcmcadam commented Oct 25, 2021

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?

no specific path to newman using default of newman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant