We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de460f8 + d406718 commit ea0ea93Copy full SHA for ea0ea93
docs/guides/developer/docs/develop/setup-opencast-for-develop.md
@@ -49,7 +49,7 @@ Required:
49
ffmpeg >= 3.2.4
50
maven >= 3.6
51
python
52
- firefox/chrome
+ firefox/chrome/chromium
53
unzip
54
gcc-c++
55
tar
modules/admin-ui-frontend/test/karma.conf.js
@@ -73,7 +73,7 @@ module.exports = function (config) {
73
preferHeadless: true,
74
// limit the list of browsers used by karma
75
postDetection: (browsers) => {
76
- const allowed = ['Chrome'];
+ const allowed = ['Chrome', 'Chromium'];
77
// Karma can't start FirefoxHeadless on Macs
78
// See https://github.com/opencast/opencast/issues/3894
79
if (os.platform() !== 'darwin') {
0 commit comments