Subject: | 'make test' errors with selenium 2.0b3 |
using selenium-server-standalone-2.0b3.jar on OS/X
running against port 4444 (standard).
These tests fail:
t/test_default_server.t .. # Test::WWW::Selenium running open
(/selenium-server/tests/html/test_click_page1.html)
t/test_default_server.t .. 1/7 # Test::WWW::Selenium running get_text
(link (?-xism:Click here for next page) link contains expected text)
Error requesting http://localhost:4444/selenium-server/driver/:
ERROR: Element link not found
# Looks like you planned 7 tests but ran 1.
# Looks like your test exited with 255 just after 1.
t/test_default_server.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/7 subtests
t/test_google.t .......... Error requesting
http://localhost:4444/selenium-server/driver/:
Timed out after 5000ms
# Looks like your test exited with 255 before it could output anything.
t/test_google.t .......... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests
Various things about Selenium might have changed recently because with
the browser we get responses like:
404 Not found
RequestURI=/selenium-server/tests/html/test_click_page1.html
Powered by Jetty://
In all likelihood these tests are failing because they're requesting
things that don't exist (anymore). Or, if that is not the case,
pointers on how to set up Selenium correctly are cordially requested and
should be added to the test sequence.