This commit is contained in:
Peter Maquiran
2023-06-05 11:11:24 +01:00
parent 005643ae92
commit 80392ddb4f
4 changed files with 5143 additions and 4122 deletions
+2 -2
View File
@@ -8,7 +8,7 @@ const chromPath = process.env.PUPPETEER_CHROME_PATH
module.exports = {
server: {
command: `http-server -a 127.0.0.1 --port ${port} ./www`,
command: ` `,
port: port,
launchTimeout: 10000
},
@@ -21,7 +21,7 @@ module.exports = {
width:1200,
height:1080
},
executablePath: chromPath
// executablePath: chromPath
},
browserContext: 'default',