Improving error reporting and adding Video reports
This commit is contained in:
parent
0c7aedb777
commit
f90bd85ded
4 changed files with 193 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue