Browse Source

use ChromeHeadless in html tests

pull/5151/head
Oleksandr.Karpovich 2 months ago
parent
commit
fbbcb492f6
  1. 2
      html/test-utils/conf/karma.config.common.d/patch.js

2
html/test-utils/conf/karma.config.common.d/patch.js

@ -13,7 +13,7 @@ config.logLevel = config.LOG_DEBUG;
config.customLaunchers = {
ChromeForComposeTests: {
base: "Chrome",
base: "ChromeHeadless",
flags: ["--no-sandbox", "--disable-search-engine-choice-screen"]
}
}

Loading…
Cancel
Save