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
Fill in the necessary details in the newman env file
run the collection newman run sample.postman_collection.json -e sample-gh.postman_environment.json
With 6.2.0 : the tests would fail because the status is detailed.
With 6.1.3 : the tests would pass because the status is not detailed.
Why did this change ? We have certain collections which started failing all of sudden due to this.
The text was updated successfully, but these errors were encountered:
newman -v
): 6.2.0sample.postman_collection.json
sample-gh.postman_environment.json
Steps to reproduce the problem:
newman run sample.postman_collection.json -e sample-gh.postman_environment.json
With 6.2.0 : the tests would fail because the status is detailed.
With 6.1.3 : the tests would pass because the status is not detailed.
Why did this change ? We have certain collections which started failing all of sudden due to this.
The text was updated successfully, but these errors were encountered: