- 20 Jul, 2020 3 commits
-
-
Jake Dallimore authored
-
Jake Dallimore authored
-
Jake Dallimore authored
-
- 17 Jul, 2020 1 commit
-
-
Sara Arjona authored
-
- 16 Jul, 2020 1 commit
-
-
- 15 Jul, 2020 3 commits
-
-
-
Andrew Nicols authored
-
Andrew Nicols authored
-
- 12 Jul, 2020 1 commit
-
-
Eloy Lafuente authored
-
- 11 Jul, 2020 3 commits
-
-
AMOS Bot authored
-
Eloy Lafuente authored
-
Eloy Lafuente authored
Merge branch 'install_37_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_37_STABLE
-
- 10 Jul, 2020 3 commits
-
-
-
Andrew Nicols authored
The behat hooks were needlessly complicated which made them much harder to read, and understand, leading to bugs during development. These have been significantly simplified to favour clarity over overloading.
-
Andrew Nicols authored
The session was previously only started once, but has now been moved to restart between each test. Because of this the `$session->start()` is now called more frequently which exposes a pre-existing issue whereby Selenium will periodically fail to start. When the session was only started at the beginning of the test, and at occasional other times, it made sense to always stop the test runner because it signified an issue with obtaining the session at all. Since the session is restarted more frequently, and now between every test, it no longer makes sense to do this. The test should only be _stopped_ if the first attempt to obtain the Session fails. Once a Session has been retrieved at least once it no longer makes sense to assume that the failure was a configuration failure, but a connection failure. Therefore subsequent tests should be attempted.
-
- 09 Jul, 2020 5 commits
-
-
-
Michael Hawkins authored
The maximum paths length is now consistent with the YUI loader. This fix also removes any duplicate paths, so each file is only ever fetched once.
-
Andrew Nicols authored
-
Andrew Nicols authored
-
-
- 08 Jul, 2020 4 commits
-
-
Andrew Nicols authored
Merge branch 'm37_MDL-66322_Travis_Run_Using_Docker_ExtTests' of https://github.com/scara/moodle into MOODLE_37_STABLE
-
Andrew Nicols authored
-
Matteo Scaramuccia authored
-
-
- 06 Jul, 2020 4 commits
-
-
victor authored
-
-
Michael Hawkins authored
-
AMOS Bot authored
-
- 04 Jul, 2020 2 commits
-
-
Eloy Lafuente authored
-
Eloy Lafuente authored
Merge branch 'install_37_STABLE' of https://git.in.moodle.com/amosbot/moodle-install into MOODLE_37_STABLE
-
- 02 Jul, 2020 3 commits
-
-
-
AMOS Bot authored
-
-
- 29 Jun, 2020 3 commits
-
-
Andrew Nicols authored
-
Andrew Nicols authored
-
Andrew Nicols authored
This is no longer required as the Mink session is restarted after every test regardless.
-
- 26 Jun, 2020 4 commits
-
-
Andrew Nicols authored
This is now done for all scenarios. It is no longer necessary to do so specifically for mod_scorm.
-
Andrew Nicols authored
-
Andrew Nicols authored
-
Andrew Nicols authored
-