Browse Source

update html tests config

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

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

@ -10,3 +10,12 @@ config.browserDisconnectTimeout = 10000;
config.browserDisconnectTolerance = 3;
config.browserConsoleLogOptions = {level: "debug", format: "%b %T: %m", terminal: true};
config.logLevel = config.LOG_DEBUG;
config.customLaunchers = {
ChromeForComposeTests: {
base: "Chrome",
flags: ["--no-sandbox", "--disable-search-engine-choice-screen"]
}
}
config.browsers = ["ChromeForComposeTests"]
Loading…
Cancel
Save