如何在Gherkin Datable中使用变量

时间:2019-05-23 09:19:31

标签: cucumber bdd gherkin

我正在编写一个方案,其中我得到一个uuid作为Location类型的响应标头,该标头通过Datatable传递给步骤定义。在其他情况下,我需要再次使用相同的uuid。有什么方法可以将值存储在功能文件的变量中?我正在使用godog

And the response headers MUST include:
  | Header       | Value      |
  | Content-Type | application/json |
And a location header
  | Location | <uuid> |

0 个答案:

没有答案