-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.12, 3.7.6, 3.8.3, 3.9.1, 3.10
-
MOODLE_310_STABLE, MOODLE_35_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MOODLE_35_STABLE, MOODLE_37_STABLE, MOODLE_38_STABLE, MOODLE_39_STABLE
-
MDL-69232-master
We seem to be getting some bad responses from Selenium periodically and thanks to the architecture of Behat we currently end the session in a hacky way and without giving any useful information.
We should:
- give useful debugging information
- only stop behat if we fail to get the session on the first attempt to get a session
- fail a single test instead of all tests
This is a long-standing issue which has no doubt become more prominent thanks to MDL-69072 which restarts the session between every test.
- caused a regression
-
MDL-70397 Browser opens and closes before first test
- Closed