Skip to content

Instantly share code, notes, and snippets.

@abstractj
Created February 7, 2012 16:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abstractj/1760709 to your computer and use it in GitHub Desktop.
Save abstractj/1760709 to your computer and use it in GitHub Desktop.
selenium
[INFO] Failures:
[INFO]
[INFO] 1) STOMP applications via websockets should be able to connect and disconnect using stomp over websockets
[INFO] Failure/Error: visit( '/stomp-websockets/give-me-a-cookie-please' )
[INFO] Selenium::WebDriver::Error::WebDriverError:
[INFO] unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
[INFO] # ./spec/browser_stomp_spec.rb:24:in `(root)'
[INFO] # ./target/rspec-runner.rb:97:in `(root)'
[INFO] # -e:1:in `(root)'
[INFO]
[INFO] 2) STOMP applications via websockets should be able to subscribe send and receive
[INFO] Failure/Error: visit( '/stomp-websockets/give-me-a-cookie-please' )
[INFO] Selenium::WebDriver::Error::WebDriverError:
[INFO] unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
[INFO] # ./spec/browser_stomp_spec.rb:45:in `(root)'
[INFO] # ./target/rspec-runner.rb:97:in `(root)'
[INFO] # -e:1:in `(root)'
[INFO]
[INFO] 3) STOMP applications via websockets should be able to subscribe send and receive from JMS, transactionally
[INFO] Failure/Error: visit( '/stomp-websockets/give-me-a-cookie-please' )
[INFO] Selenium::WebDriver::Error::WebDriverError:
[INFO] unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
[INFO] # ./spec/browser_stomp_spec.rb:79:in `(root)'
[INFO] # ./target/rspec-runner.rb:97:in `(root)'
[INFO] # -e:1:in `(root)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment