Postman 如何使用Newman阅读两个文件夹

Postman 如何使用Newman阅读两个文件夹,postman,newman,Postman,Newman,我有以下与纽曼行(作品正确),但我期待着执行两个文件夹在同一请愿书。首先将执行完整登录,然后执行另一个(这不是必需的) 我如何阅读两个文件夹 Newman v4.1.0提供了运行多个文件夹的功能,如下所示: newman run Example.postman_collection.json --folder "Login_full" --folder "another" -e Environment1.json 有关更改的完整列表,请查看纽曼更改日志: newman run Example.

我有以下与纽曼行(作品正确),但我期待着执行两个文件夹在同一请愿书。首先将执行完整登录,然后执行另一个(这不是必需的)

我如何阅读两个文件夹


Newman v4.1.0提供了运行多个文件夹的功能,如下所示:

newman run Example.postman_collection.json --folder "Login_full" --folder "another" -e Environment1.json
有关更改的完整列表,请查看纽曼更改日志:

newman run Example.postman_collection.json --folder "Login_full" --folder "another" -e Environment1.json