Exporting as Jest Project (CI-friendly)
Last updated
npm installnpm testnpm run report{
"incognito": true,
"puppeteer.connect": {
"browserWSEndpoint": null,
"ignoreHTTPSErrors": true
},
"puppeteer.launch": {
"product": "chrome",
"headless": false,
"devtools": false,
"ignoreHTTPSErrors": true,
"args": [
"--start-maximized",
"--ignore-certificate-errors"
],
"executablePath": "/usr/bin/google-chrome"
}
}