【发布时间】:2015-08-18 17:53:09
【问题描述】:
我正在使用 Jenkins 自动化我的量角器集成测试。当一些测试失败时,詹金斯哭着说结果是成功的。这是我的输出:
24 specs, 1 failure
Finished in 64.079 seconds
Shutting down selenium standalone server.
[launcher] 0 instance(s) of WebDriver still running
[launcher] chrome #1 failed 1 test(s)
[launcher] overall: 1 failed spec(s)
[launcher] Process exited with error code 1
Test failed but keep the grunt process alive.
Done, without errors.[39m
Terminating xvnc.
$ vncserver -kill :28
Killing Xtightvnc process ID 24369
Finished: SUCCESS
我不知道我的问题是与 selenium 还是 grunt 相关。
有谁知道可能是什么问题?提前致谢!
【问题讨论】:
标签: selenium jenkins gruntjs protractor