Re: RFC: Screen capturing utility (for failed headful tests)

2024-03-22 Thread Kevin Rushforth
I like this idea in general. It would be a good thing to consider for a future test sprint. I have a few high-level questions on the specifics: 1. I've not used JUnit5 TestWatcher at all, but it seems like it might do what we want. Does anyone else have practical experience with it? For cases

RFC: Screen capturing utility (for failed headful tests)

2024-03-22 Thread Andy Goryachev
Dear colleagues: What do you think of the following idea: The Problem === Automated headful tests might fail intermittently or on specific platform(s). After the fact, it's nearly impossible to understand why this happened. Solution Implement a JUnit5 TestWatcher which