0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-28 10:36:39 +01:00
uptime-kuma/config/jest-puppeteer.config.js

7 lines
153 B
JavaScript
Raw Normal View History

2021-10-03 12:16:55 +02:00
module.exports = {
"launch": {
2021-10-05 14:27:43 +02:00
"headless": process.env.HEADLESS_TEST || false,
2021-10-05 11:39:44 +02:00
"userDataDir": "./data/test-chrome-profile",
2021-10-03 12:16:55 +02:00
}
};