2
votes
1answer
344 views

Cucumber headless xvfb ubuntu

I'm trying to setup a Jenkins build server on Amazon EC2. I'm planning on running my cucumber test suite in headless mode. I was successfully able to run headless in IRB require 'watir-webdriver' ...
0
votes
1answer
564 views

How to run my Python TestCase using Jenkins “Selenium” Plugin?

How to Integrate jenkins with Selenium-webdriver. I am using Python language for Selenium TestCases. I have tried 'pyvirtualdisplay' Python module to hide the display on Jenkins CLI. Currently I have ...
1
vote
2answers
182 views

Buckminster headless build utf-8 encoding

We have an Jenkins CI, which creates our Eclipse RCP application. It was set up with this tutorial: http://www.ralfebert.de/blog/eclipsercp/rcp_builds/ . So far so good, we didn“t have any problems ...
3
votes
0answers
299 views

unable to connect to chromedriver http://127.0.0.1:50299 (Selenium::WebDriver::Error::WebDriverError) [duplicate]

Possible Duplicate: unable to connect to chromedriver 127.0.0.1:46050 (Selenium::WebDriver::Error::WebDriverError) I installed jenkins on the amazon ec2 api and I am using jenkins to run my ...