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
Adding your comment from gitter:
support for this should be fairly straightforward. Do a check to make sure npm version is at >= 5.2.0. If it's not then throw an error. If the server does have 5.2.0 installed then instead of checking for the path to newman just use npx newman
It would be great if the task used npx for running newman so that newman doesn't have to be installed on the server running the collection.
The text was updated successfully, but these errors were encountered: