Skip to content

Commit

Permalink
update html tests config
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored and Schahen committed Oct 10, 2024
1 parent fea399b commit fdd7d61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions html/test-utils/conf/karma.config.common.d/patch.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit fdd7d61

Please sign in to comment.