include attach file test (#6102)

* include attach file test

* fix

* fix

* fix

* fix
This commit is contained in:
Eugenio Romano
2020-09-10 21:28:50 +01:00
committed by GitHub
parent e765239cbf
commit 5305d65121
9 changed files with 72 additions and 24 deletions

View File

@@ -136,6 +136,7 @@ exports.config = {
'--no-sandbox',
'--disable-web-security',
'--disable-browser-side-navigation',
'-allow-running-insecure-content',
...(BROWSER_RUN === true ? [] : ['--headless'])]
}
},