trisquel-icecat/icecat/remote/test/puppeteer/puppeteer.config.cjs
2025-10-06 02:35:48 -06:00

18 lines
287 B
JavaScript

/**
* @license
* Copyright 2024 Google Inc.
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
chrome: {
skipDownload: false,
skipHeadlessShellDownload: false,
},
icecat: {
skipDownload: false,
},
};