Created
February 7, 2012 16:52
-
-
Save abstractj/1760709 to your computer and use it in GitHub Desktop.
selenium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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