The test that I was striving for passes now =) I submitted this related pull-req, fyi: https://github.com/jenkinsci/selenium-tests/pull/29 -so my problems were caused by 1. tomcat version (7 needed) and 2. watching for "INFO" in jenkins log.
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.
