标签: cucumber-cpp

用Cucumber截取屏幕截图

我只是学习如何使用黄瓜.你能告诉我如何完成这段代码吗?

您可以使用以下代码段实现未定义步骤的步骤定义:

Then /^I take a screenshot$/ do
    pending # express the regexp above with the code you wish you had
end
Run Code Online (Sandbox Code Playgroud)

cucumber cucumber-jvm cucumber-junit cucumber-cpp

1
推荐指数
1
解决办法
2万
查看次数