As title, I try to run Ruby Rspec automation test with chromedriver on the gitlab-ci. But I failed. I've tried many solutions which I googled and got from here, nothing can work for me. Please help me, thanks.
My setting works fine in my local environment and also works fine with the headless mode on gitlab-ci. So I think it's very weird it can't work with chromedriver on the gitlab-ci.
Please check my post on stackoverflow for more details, thanks.
http://stackoverflow.com/questions/42802217/rspec-test-with-chromedriver-cant-run-on-gitlab-gitlab-ci
could u paste more information here, like error log, config or something else?
I guess you run ur test on chromedriver against linux without x. This cannot be exectued because chromedriver need start chrome. you may need xvfb.
各位前輩早 感謝上次各位的解惑 這段時間有將各位上次給的意見一一試試看
之前那個 NoMethodError: undefined method 'visit' for nil:NilClass 已解決
主要原因是沒有在 gitlab 上面裝好 firefox/chrome 或者說那時沒有 link 到正確的路徑
目前的問題則是一直出現 Net::ReadTimeout: Net::ReadTimeout
連基本的 visit google.com 都會跑出這個錯
以下附上主要檔案跟 error log(gitlab-ci pipeline 所產生的)
https://mega.nz/#F! bsJQ0aSR! 5sYZ-IUoFjTZSY3jsmM0fg
懇請各位前輩賜教 謝謝
這兩週也爬了不少的 google 文 幾乎能查的關鍵字都查過了 但還是找不出解法...
看不出来问题。是每次都出现这样的问题,还是偶然的?
另外,Capybara 的超时时间试试看加长一点?
每次都是這個問題
我甚至在同一台機器上面架了一個 python 的 simpleHTTPserver,還是一樣連不到,一樣 timeout
該怎麼做"看"這個動作呢?
畢竟這台機器事架在 gitlab 上面的遠端 server
而且是沒有 GUI 的 Linux 系統...
没有 gui,那你没看我前面的回帖啊?
I guess you run ur test on chromedriver against linux without x. This cannot be exectued because chromedriver need start chrome. you may need xvfb.
我有看到喔
而且嘗試過了
我的 xvfb 是有成功 start 的
如果你看我前面附上的 gitlab log 就知道了
我意思是 你指的是任何其他方式去確認有沒有成功開啟嗎?
log 里看不出。理论上你 visit 的之前,firefox 已经唤起了。然后 visit / 的时候就会使用浏览器去请求 capybara host
看看能不能找到那台设备,如果是虚拟机或者 docker 感觉就没啥好办法。或者你不要用 firefox 或者 chrome 试试看 headless 的 driver
喔喔 看來又將學到一個沒聽過的新技術了嗎?
htmldriver 是類似 webdriver 的東西?
也可以用 selenium 去執行它嗎?