Fried Hoeben

Results 185 comments of Fried Hoeben

No clue really. What does your setup look like. Are you using a project based on [my sample project](https://github.com/fhoeben/sample-fitnesse-project)? After changing the pom, did you: * stop the wiki server...

Annoying these JavaScript frameworks. I don't believe there currently is a 'standard' way to deal with this. A subclass of BrowserTest could probably hide the magic to shift focus, so...

I managed to make click and enter work using a custom subclass. The problems with this element turned out to be twofold: * when clicking BrowserTest tries to click the...

@alexejSchwarz you are indeed right that the description given for graceful names is not correct when it comes to the column headers in a decision table. It could be made...

I think we can leave the issue open for now, since we agree the documentation could be improved. If you have the time we would appreciate you making a PR...

Do you think this is solved by #1506? Then please close this issue

I believe no one ever found it problematic enough to dive into this. (I personally always run a suite on CI and the exact number of tests reported doesn't interest...

@six42 I like the idea of seeing progress as its happening very much. In the past it always bugged me to have to split up a long script table in...

Can you be explicit about the exact request you send to have the test executed, so we are more clear what response should contain the timestamp/result? Can you elaborate on...

You could use a [Table Table](http://fitnesse.org/FitNesse.UserGuide.WritingAcceptanceTests.SliM.TableTable) in combination with your own fixture to get the entire table as list of lists and calculate what you need. But... where does the...