Skip to content
Snippets Groups Projects
Unverified Commit d243afcf authored by Tobias Reischmann's avatar Tobias Reischmann
Browse files

Try chrome as selenium driver

parent a6cd6bd1
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,8 @@ addons:
apt:
packages:
- openjdk-8-jre-headless
- chromium-chromedriver
cache:
directories:
......@@ -80,17 +82,20 @@ jobs:
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install:
- moodle-plugin-ci install
- /usr/lib/chromium-browser/chromedriver --version
- chromium-browser --version
script:
- moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat
- moodle-plugin-ci behat --profile chrome
# Unit tests and behat tests against full matrix.
install:
- moodle-plugin-ci install
-
- /usr/lib/chromium-browser/chromedriver --version
- chromium-browser --version
script:
- moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat
- moodle-plugin-ci behat --profile chrome
after_success:
- bash <(curl -s https://codecov.io/bash)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment