通过 Cuke4Duke 使用 Cucumber 时未找到 Geb $ 函数
我正在使用 Cuke4Duke 运行我的 Cucumber 测试。我正在使用 Geb(Geb 手册)来控制浏览器。
有谁知道如何配置 Cucumber/Geb 以便 $ 函数 (Geb $ Function< /a>) 可用于 Cucumber 测试吗?
I'm using Cuke4Duke to run my Cucumber tests. I'm using Geb (Geb Manual) to control the browser.
Does anyone know how to configure Cucumber/Geb so that the $ function (Geb $ Function) is available to Cucumber tests?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
browser.$() 似乎工作正常。不过,不必输入浏览器就好了。
browser.$() seems to work fine. would be nice not to have to type browser though.