selenium-cucumber,如何从custom_steps.rb调用

时间:2017-11-21 15:01:37

标签: selenium cucumber

我有这段代码,我把它放在custom_steps这样的文件中:

INSERT INTO ... emergency_no, [image]) VALUES ...

如何在我的.feature文件中调用上述代码?

谢谢,感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

在以下文件夹结构中排列您的要素文件和步骤def。

/features/YourSpecific.feature
/features/step_definitions/custom_steps.rb

确保已为Ruby运行时环境安装了黄瓜gem。只需导航到/ feautures /并运行。

$user>cucumber YourSpecific.feature