在黄瓜轮廓方案中传递整数列表

时间:2018-10-18 18:02:39

标签: cucumber gherkin cucumber-java

我正在尝试在黄瓜轮廓方案中传递整数列表

Given an API request for <account_id> is made    
And the returned list is in sorted order <placement_detail_ids>

Examples:
  | account_id | placement_detail_ids |
  | 2000       | 1002,1000,1001
  | 2001       | 1004,1003           |

我想将展示位置详细信息ID值作为测试中的列表。我该怎么做?

0 个答案:

没有答案