Skip to content

Commit ea0ea93

Browse files
committed
Merge branch 't/karma-add-chronium' of UoM-Podcast/opencast into develop
Pull request opencast#5740 Allow karma to use Chromium browser
2 parents de460f8 + d406718 commit ea0ea93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: docs/guides/developer/docs/develop/setup-opencast-for-develop.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Required:
4949
ffmpeg >= 3.2.4
5050
maven >= 3.6
5151
python
52-
firefox/chrome
52+
firefox/chrome/chromium
5353
unzip
5454
gcc-c++
5555
tar

Diff for: modules/admin-ui-frontend/test/karma.conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ module.exports = function (config) {
7373
preferHeadless: true,
7474
// limit the list of browsers used by karma
7575
postDetection: (browsers) => {
76-
const allowed = ['Chrome'];
76+
const allowed = ['Chrome', 'Chromium'];
7777
// Karma can't start FirefoxHeadless on Macs
7878
// See https://github.com/opencast/opencast/issues/3894
7979
if (os.platform() !== 'darwin') {

0 commit comments

Comments
 (0)