uptime-kuma/jest-puppeteer.config.js

7 lines
124 B
JavaScript
Raw Normal View History

2021-10-03 13:16:55 +03:00
module.exports = {
"launch": {
2021-10-05 12:39:44 +03:00
"headless": false,
"userDataDir": "./data/test-chrome-profile",
2021-10-03 13:16:55 +03:00
}
};