是否可以通过postman runner运行时评论/标记集合中的某些文件夹

时间:2017-07-06 03:20:15

标签: postman

我正在处理一个安排在不同文件夹中的集合w.r.t.不同的业务组件场景。现在,某些方案文件夹可能是同一工作流的备用/冗余路径。是否有可能以某种方式取消标记/评论并标记/取消注释postman runner中的一些备用路径文件夹,以便轻松获得不同的运行。

1 个答案:

答案 0 :(得分:0)

好的,所以一种方法是按照以下方式安排收集文件夹:

- Main Collection
   - Workflow1_Folder
   - Workflow2_Folder
   - Workflow3_Folder
   - Workflow4_Folder

- UnmarkedWorkflows Collection
   - Workflow2_Alternate_Folder - this will contain the steps that are alternate to ones on Main>Workflow2_Folder
   - Workflow3_Alternate_Folder - this will contain the steps that are alternate to ones on Main>Workflow3_Folder

只需要运行Main文件夹。 如果/何时需要Workflow2_Alternate_Folder可以从UnmarkedWorkflows Collection移动到Main文件夹,然后将Workflow2_Folder移动到UnmarkedWorkflows Collection。然后可以运行Main集合来测试同一用例的备用路径。