Looks to be a good idea. Indeed having a browser that interprets better the html is very useful during scripting phases. I find very frequently myself saving the html response (that contains the response to a failed replayed request) and opening it in firefox or chrome because it's unusable in the current html renderer.
This allows easily to read an error message or see some form that requires html 4 or 5 or just have the real look of an html page. Currently the html renderer is both slow and unable to render correctly nowadays html. The best option to me is to use javafx browser and interfacing swing with javafx is possible. As a pre-requisite we should migrate to Java8 which should happen anyway since some of our dependencies already started only support java8 (ph css) Regards On Sunday, June 5, 2016, Antonio Gomes Rodrigues <ra0...@gmail.com> wrote: > Hi, > > In "View Results Tree" we can see the response in HTML format. > > It's a great feature to dedug a script and to understand what failed during > a load test (with only error box checked). > And, to my knowledge, not all the load test tool have this feature > > Unfortunately JEditorPane is only compatible with HTML 3.2 > > I have try to find a framework which support HTML 5 to replace JEditorPane > without success. > > The only solution I have find is to use JavaFX webview but it seem to be > complexe to integrate it in JMeter code (webview is easy to mix it with > Swing code but in the case of JMeter, it seems more complexe) > Another problem with the mix between Swing and JavaFX is that we need to > have a thread more (one to render Swing + one to render JavaFX). > > Anybody have an idea to add HTML 5 in View Results Tree? > Or to make a screenshot each time an error occur > > If yes, I can try to implement it because I think it's a killer feature to > understand the result of load test > > Thank > Antonio > -- Cordialement. Philippe Mouawad.