Add funcional test and fix build

This commit is contained in:
Peter Maquiran
2021-07-14 22:10:22 +01:00
parent 11b0c28301
commit 6d05f56d8b
8 changed files with 67 additions and 6 deletions
+6
View File
@@ -15,6 +15,12 @@ module.exports = {
dumpio: true,
headless: openChrome != 'true',
product: 'chrome',
args: [`--window-size=1200,1080`],
defaultViewport: {
width:1200,
height:1080
}
},
browserContext: 'default',
}