是在黄瓜功能文件示例中使用变量的一种方法吗?

时间:2018-10-25 02:43:34

标签: cucumber

Scenario Outline: test1
        Given click the <index> with name <name >
        When click the <url>
        Then redirect to another page
Examples:
         |index|name |url                      |
         |0    |leon |http://www.test.com/leon |
         |1    |marry|http://www.test.com/marry|
         |2    |jack |http://www.test.com/jack |

例如,我只想使用一个变量替换功能文件中的'http://www.test.com/',我该如何实现此要求?我只是黄瓜的新生,谢谢。

0 个答案:

没有答案