mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 20:09:18 +08:00
[wip] more test
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
"launch": {
|
||||
"headless": false,
|
||||
"headless": process.env.HEADLESS_TEST || false,
|
||||
"userDataDir": "./data/test-chrome-profile",
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user