Thx to both of you. I've been able to make it work by using tomcat 7 but also hacking the code a bit so it does not expect "INFO" in log. My locale is set to canadian french and that makes jenkins output its log in french. -That in turn leads to "Infos" instead of "INFO". So now Firefox starts but the test hangs on jenkins update page, maybe because of lack of proxy cfg (corporate in my case). I'll keep looking into this then. Thx again!
On Thursday, November 7, 2013 4:47:29 PM UTC-5, Marco Miller wrote: > > Hi! > I've been trying to run maven-feature's selenium test scenario 6, without > success. > I'm on Mac OS 10.9 and this is my env.: > > export > CATALINA_HOME=/Users/marcomiller/Downloads/Apps/apache-tomcat-8.0.0-RC5 > export > JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home > export JENKINS_HOME=/Users/marcomiller/.jenkins > export JENKINS_WAR=/Users/marcomiller/git/jenkins/war/target/jenkins.war > > And- this is the command I use to run it: > type=tomcat bundle exec cucumber features/maven.feature:6 > - using this late commit in master: 9c9841a > - getting this as the head of the error stack: > Could not bring up a Jenkins server (RuntimeError) > > /Users/marcomiller/git/selenium-tests/lib/controller/log_watcher.rb:53:in > `wait_for_ready' > (..) > It looks like the test failed/errored, so here's the console from Jenkins: > (..) > 07-Nov-2013 16:25:00.536 INFO [hudson initialization thread] > hudson.WebAppMain$3.run Jenkins is fully up and running > Stopping a temporary Jenkins/Tomcat instance > Failing Scenarios: > cucumber features/maven.feature:6 # Scenario: Use Auto-Installed Maven > from FreeStyle job > > Port 8080 is all fine (tomcat gets up). > Plus, 'bundle install' worked well. > Any clue? > I need to solve this so we at Ericsson can start contributing to such > tests soon. > Thx!! > Marco =) > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
