I'm wondering if anyone else has had any recent problems running Behat tests against Totara.
I've been running tests fine for years, using selenium (3.141.59) and chromium and tests are still working perfectly for Moodle, but recently something has stopped all tests from working in Totara.
When I run the tests, a browser window is opened, but doesn't seem to connect to the Totara Behat test running code.
I've traced through the code and I've attached the parameters that are sent to the selenium server and the response generated from that server.
Moodle (4.2) seems to be using more recent versions of various Behat-related libraries, which seems to be able to open up a new browser session without any problems.
I've attached the parameters that Moodle sends to create the session.
I've even tried manually editing the 'session()' function in webDriver.php to hard-code in the parameters that Moodle is using. This actually seems to work for a few moments, but then gets stuck with an error:
"unknown command: Cannot call non W3C standard command while in W3C mode".
My guess is that a recent Chromium update has stopped it from working in non-W3C mode, but Totara is still trying to call it in that mode (whereas Moodle has been updated to work with W3C mode).
Does anyone have any insights that might help, as being unable to run Behat tests is causing me major development headaches?