Exporting as Jest Project (CI-friendly)



View Test Reports with Allure

Configuring Puppeteer
Example:
Last updated




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"
}
}