Adding code to post screenshots of failed tests

This commit is contained in:
David Négrier 2021-11-24 09:26:54 +01:00
parent a9ecbeec84
commit 963486b663
2 changed files with 11 additions and 2 deletions

View file

@ -7,6 +7,7 @@ module.exports = {
"src": "tests/",
"screenshots": {
"path": "screenshots/",
"takeOnFails": true
"takeOnFails": true,
"thumbnails": false,
}
}