Improving error reporting and adding Video reports

This commit is contained in:
David Négrier 2021-12-03 19:54:34 +01:00
parent 0c7aedb777
commit f90bd85ded
4 changed files with 193 additions and 4 deletions

View file

@ -12,6 +12,11 @@ module.exports = {
"assertionTimeout": 10000,
"selectorTimeout": 40000,
"videoPath": "screenshots/videos",
"videoOptions": {
"failedOnly": true,
}
/*"skipJsErrors": true,
"clientScripts": [ { "content": `
window.addEventListener('error', function (e) {