Define a custom karma launcher - Chromium with --no-sandbox flag
buildbot/multibuild_parent Build done. Details
buildbot/travis_bionic Build done. Details
Testing / default (push) Failing after 1m32s Details

This commit is contained in:
Lee Miller 2024-02-29 15:55:21 +02:00
parent 4a95a1ee62
commit 50f789848d
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 8 additions and 1 deletions

View File

@ -53,7 +53,14 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers: ["Chrome", "Firefox"],
browsers: ["Chromium", "Firefox"],
customLaunchers: {
Chromium: {
base: "Chrome",
flags: ["--no-sandbox"]
}
},
// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits