使用Grails测试阶段事件中的Geb Browser对象

时间:2015-04-06 16:50:44

标签: grails geb

我在scripts/_Events.groovy

中有这样的Grails事件处理程序
eventTestPhaseStart = {
  geb.Browser.drive { go "http://localhost:8080/...." }
}

grails test-app -functional会记录错误

"The path to the driver executable must be set by the webdriver.ie.driver system property; ... "

我的GebConfig.groovy设置为使用PhantomJS或Chrome,我的测试本身也通过了。所以我猜测在这个过程中,Geb配置还没有被读过。

有没有办法可以在测试阶段开始/结束事件中使用Geb Browser对象?

0 个答案:

没有答案