open-lms-open-source / moodle-plugin-ci

Assist with running a Moodle plugin in Travis CI
https://blackboard-open-source.github.io/moodle-plugin-ci/
GNU General Public License v3.0
43 stars 37 forks source link

Add optional env variables for Behat wwwroot and wdhost #106

Closed kabalin closed 4 years ago

kabalin commented 4 years ago

When user disables Behat services explicitly by setting MOODLE_START_BEHAT_SERVERS = 'NO' in the environment (e.g. custom setup of Selenium is used), there should be a way to provide alternatives for behat_wwwroot config value and Senenium wd_host. This patch is addressing this requirement.

kabalin commented 4 years ago

Closing this PR, patch is added to https://github.com/blackboard-open-source/moodle-plugin-ci/pull/107