[wip] more test

This commit is contained in:
LouisLam
2021-10-05 20:27:43 +08:00
parent 98436f91b5
commit 73bf1216d1
5 changed files with 53 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
module.exports = {
"launch": {
"headless": false,
"headless": process.env.HEADLESS_TEST || false,
"userDataDir": "./data/test-chrome-profile",
}
};