问题标签 [postman-newman]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
17 浏览

postman - 使用 5 个线程运行邮递员文件夹

有没有办法以 testng 方式并行执行邮递员文件夹?

我有 5 个集合,每个集合包含数百个不依赖的测试并使用它自己的数据,因此它们可以并行化。

设置 5 个线程可以将执行时间减少近 5 个。

我已经看到这个Run Postman (or Newman) 集合运行器并行迭代,但它不适合我,因为它不能动态知道每个集合中有多少文件夹

有没有办法用 newman 做到这一点?甚至使用外部工具?