-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
4.0
-
None
-
MOODLE_400_STABLE
I wrote this rather helpful browser configuration tool for Behat last year: https://github.com/andrewnicols/moodle-browser-config
Many people are using it as it provides a lot of stock/standard behat browser configurations to make Behat usable out-of-the-box.
Ideally we should find a way of including it as standard.
Possible ideas:
- Include it straight into core
- Composer dependency
Possible issues:
- It currently support system-wide configuration (which is preferable) but if we include it in a distributed way (each instance includes it rather than one copy included from many config.php) we will have to find an alternate way of configuring things
Inclusion options
Include straight into core
- + easy
- - more maintenance overhead when small changes/fixes are made
Composer dependency
- - more overhead
- - still more maintenance overhead (compared with now)
Something else?
Download it somehow?
Include it in MDK and manage it from there?
Sitewide config
- Place in ~/config or similar
- Hard to get correct location on a web server (does this matter?)
- has been marked as being related by
-
MDL-73272 Move behat extension to core
-
- Closed
-