Paul van Bemmelen
Paul van Bemmelen
Hi six42 , I know about the slim instructions being shown in Execution Log after the run. But I want to see them as they are being executed; that way...
Hi six42, A Fitnesse command is |click|Uitgebreid zoeken| and its slim instruction might be [decisionTable_344_0/scriptTable_272_1, call, scriptTableActor, click, Uitgebreid zoeken] You describe how "To get StdOut in your TestPage output"...
Hi six42, I want to see each command as it is being executed. Only once the table is complete, is too late; some tables have many commands, and you have...
@fhoeben I don't know how to implement it via a new browser tab/window . How does one show a webpage and update it as it's contents grows ? Fitnesse knows...
Hi six42 , The approach that you demonstrate above, requires much more detailed knowledge of the Fitnesse source code. You have to change 8 files . The approach that I...
@fhoeben On 2024 jan 22 you write > > * I would indeed prefer a separate option, more explicit to what will happen > > * Could you investigate whether...
Hi six42, Interesting possibility, using my own fixture interaction class. I ran a script using the LoggingInteraction class that you mention, but find its output somewhat harder to read than...
Hi six42 , I see a couple of drawbacks in having the slim instructions shown in the run log page itself: 1. the java code is complex, compared to when...
I've searched the source code from hsac-fitnesse-fixtures , and found only lines that catch an UnhandledAlertException (in BrowserTest.java and AllFramesDecorator.java), but no lines that throw such an exception . I...
I ran the snippet 20 times, and never got the "Unhandled alert" .