It means the Java Selenium library is incompatible with your version of Firefox.

Upgrade to latest stable version of both Selenium and Firefox.

On 11/04/2014 04:51, Sudharsan Srinivasan wrote:


Hi,

I am new to JBehave - Selenium WebDriver. I am trying to run the stories in Hudson. I am successful in running single stories with my set up. I am using meta tagsto pick stories for each job. Please find the attached pom.xml that I am using.

When I specify the meta tag in the maven goal options for single story it is picking up individual stories and running.But when I try try to run all the stories without specifying anything in the maven goals option, the Hudson is running only half of the set of stories and other stories are getting failed with this following error. The Hudson is configured in Ubuntu machine.


My maven option for xxx.story with tag xxx would be clean install -Dmeta="+themes xxx". Please find the attached sample story file xxx.story.


I am running stories as embeddables with meta filtering. Is it anything to with Firefox version or is it a meta tags problem.


stories/MoreSearchOptions.story

org.jbehave.web.selenium.PerStoryWebDriverSteps.beforeStory() (FAILED)

(org.jbehave.core.failures.BeforeOrAfterFailed: Method beforeStory (annotated with @BeforeStory in class org.jbehave.web.selenium.PerStoryWebDriverSteps) failed: org.openqa.selenium.WebDriverException: Failed to connect to binary FirefoxBinary(/usr/bin/firefox) on port 7056; process output follows:

Build info: version: '2.33.0', revision: '4ecaf82108b2a6cc6f006aae81961236eba93358', time: '2013-05-22 12:00:17'

System info: os.name <http://os.name>: 'Linux', os.arch: 'i386', os.version: '3.5.0-25-generic', java.version: '1.6.0_18'

Driver info: driver.version: FirefoxDriver)

Please help me on this.


Thanks,

Sudharsan





---------------------------------------------------------------------
To unsubscribe from this list, please visit:

     http://xircles.codehaus.org/manage_email

Reply via email to