mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Fix test
This commit is contained in:
@@ -4,6 +4,7 @@ require('dotenv').config()
|
||||
const port = process.env.PUPPETEER_PORT
|
||||
const host = process.env.PUPPETEER_HOST
|
||||
const openChrome = process.env.PUPPETEER_OPEN_CHROME
|
||||
const chromPath = process.env.PUPPETEER_CHROME_PATH
|
||||
|
||||
module.exports = {
|
||||
server: {
|
||||
@@ -20,7 +21,7 @@ module.exports = {
|
||||
width:1200,
|
||||
height:1080
|
||||
},
|
||||
executablePath: ''
|
||||
executablePath: chromPath
|
||||
},
|
||||
browserContext: 'default',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user