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

Revert "Try chrome as selenium driver"

This reverts commit d243afcf.
parent 64502819
No related branches found
No related tags found
No related merge requests found
...@@ -8,8 +8,6 @@ addons: ...@@ -8,8 +8,6 @@ addons:
apt: apt:
packages: packages:
- openjdk-8-jre-headless - openjdk-8-jre-headless
- chromium-chromedriver
cache: cache:
directories: directories:
...@@ -82,20 +80,17 @@ jobs: ...@@ -82,20 +80,17 @@ jobs:
env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE env: DB=mysqli MOODLE_BRANCH=MOODLE_37_STABLE
install: install:
- moodle-plugin-ci install - moodle-plugin-ci install
- /usr/lib/chromium-browser/chromedriver --version
- chromium-browser --version
script: script:
- moodle-plugin-ci phpunit --coverage-clover - moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat --profile chrome - moodle-plugin-ci behat
# Unit tests and behat tests against full matrix. # Unit tests and behat tests against full matrix.
install: install:
- moodle-plugin-ci install - moodle-plugin-ci install
- /usr/lib/chromium-browser/chromedriver --version -
- chromium-browser --version
script: script:
- moodle-plugin-ci phpunit --coverage-clover - moodle-plugin-ci phpunit --coverage-clover
- moodle-plugin-ci behat --profile chrome - moodle-plugin-ci behat
after_success: after_success:
- bash <(curl -s https://codecov.io/bash) - 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