Bug #13378
refactor screenshot-on-error functionality
Status:
Fix released
Priority:
Normal (P3)
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
2.00 h
Keywords:
Description
Currently, there is a screenshot made on any AssertionError. This is way too much, because assertion errors happening all the time (waitFor...).
Also, there are a lot of temporary files created, this can be refactored.