Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
运行 newman v.3.2.0 时出现此错误:
# failure detail 1. Error self signed certificate
通过运行这个来解决这个问题:
$ newman run examples/sample-collection.json --insecure
代替
$ newman run examples/sample-collection.json