0

我有一个使用 Gherkin 编写的测试(使用 ruby​​ 作为步骤定义语言的框架),数据如下所示:

  Given evaluation of `["A", "B", "C"]` is stored in the :alphabets clipboard
    And I repeat the following steps for each :alphabets in cb.alphabets:
    """
    When I run something on [A/B/C]
    Then the console output does not have
      | something |
    """

我对如何将其更改为 gingko 格式没有太多想法,以便我们以后可以为相同功能提供 golang 代码,请为此提供指导,有关如何处理的指针将非常有帮助.. 我正在参考 - https://onsi.github.io/ginkgo/#structuring-your-specs。.

4

0 回答 0