blob: 47d78f501c763ff9c66ae778b9174247eeb4d037 [file] [log] [blame]
const { join } = require('path');
/**
* @type {import("puppeteer").Configuration}
*/
module.exports = {
// Changes the cache location for Puppeteer.
cacheDirectory: join(__dirname, 'puppeteer-tests', 'chrome_cache'),
};