Adding code to post screenshots of failed tests
This commit is contained in:
parent
a9ecbeec84
commit
963486b663
2 changed files with 11 additions and 2 deletions
|
@ -7,6 +7,7 @@ module.exports = {
|
|||
"src": "tests/",
|
||||
"screenshots": {
|
||||
"path": "screenshots/",
|
||||
"takeOnFails": true
|
||||
"takeOnFails": true,
|
||||
"thumbnails": false,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue