RFR: 8328716: [TestBug] Screen capturing utility for failed tests [v8]
Andy Goryachev
angorya at openjdk.org
Fri Apr 4 22:11:59 UTC 2025
On Fri, 4 Apr 2025 22:07:22 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
>> tests/system/src/test/java/test/util/ScreenCaptureTestWatcher.java line 45:
>>
>>> 43: @Override
>>> 44: public void testFailed(ExtensionContext extensionContext, Throwable err) {
>>> 45: // the data url can be pasted into Safari address bar to view the screenshot
>>
>> Minor: "Safari" --> "a browser".
>
> Although apparently not Chrome. :)
Actually, Safari is the browser which will show the complete screenshot. Chrome will only show a truncated screenshot, and I don't have Firefox to test.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/1746#discussion_r2029489312
More information about the openjfx-dev
mailing list