thirtyfour
thirtyfour copied to clipboard
Chromedriver - http incompatibility with hyper
Using the current chromedriver 125.0.6422.141 with MacOS Sonoma 14.5 leads to issues in the test suite of thirtyfour:
e.g.
running 5 tests
test actions_key ... FAILED
test actions_mouse ... FAILED
test actions_drag_and_drop ... FAILED
test actions_mouse_move ... FAILED
test actions_release ... FAILED
failures:
---- actions_key stdout ----
thread 'actions_key' panicked at thirtyfour/tests/common.rs:102:51:
Failed to create WebDriver: HttpError("error sending request for url (http://localhost:9515/session)")
---- actions_mouse stdout ----
thread 'actions_mouse' panicked at thirtyfour/tests/common.rs:102:51:
Failed to create WebDriver: HttpError("error sending request for url (http://localhost:9515/session)")
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
---- actions_drag_and_drop stdout ----
thread 'actions_drag_and_drop' panicked at thirtyfour/tests/common.rs:102:51:
Failed to create WebDriver: HttpError("error sending request for url (http://localhost:9515/session)")
---- actions_mouse_move stdout ----
thread 'actions_mouse_move' panicked at thirtyfour/tests/common.rs:102:51:
Failed to create WebDriver: HttpError("error sending request for url (http://localhost:9515/session)")
---- actions_release stdout ----
thread 'actions_release' panicked at thirtyfour/tests/common.rs:102:51:
Failed to create WebDriver: HttpError("error sending request for url (http://localhost:9515/session)")
failures:
actions_drag_and_drop
actions_key
actions_mouse
actions_mouse_move
actions_release
test result: FAILED. 0 passed; 5 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
Unfortunately I have the same issues with my applications using thiryfour. I haven't figured out the root cause of the problem yet.
Nevertheless the problem is probably out of scope of thirtyfour. But just wanted to report it here, since it is the only impact so far for me.