Fried Hoeben

Results 12 issues of Fried Hoeben

Currently BrowserTest supports downloading the target of a link or source of an image to file. But content does not always have to be a separate resource that can be...

Combining FitNesse reports seems to be a topic that pops up more and more. It would be good to have some documentation regarding HtmlReportIndexGenerator and its features. Something that extends...

Specialisterren created a nice demo movie of their usage of hsac-fitnesse-fixtures to test an application on the [low-code platform OutSystems](https://www.outsystems.com/): https://www.youtube.com/watch?v=NlwiSDSHoJk It would be nice to reference this somewhere from...

Currently BrowserTest's heuristics search for visible and enabled elements (except when searching for something to be visible, then they only check for visibility). They stop searching once they found such...

We are sending a request to a server that is sending incomplete response headers (i.e. last line of headers does not contain a `:`). ``` HTTP/1.1 200 OK Access-Control-Allow-Origin: *...

When my GraphQL schema contains unicode characters, or their HTML entity equivalents, I'm unable to render documentation. I encountered the same error for `—`, `”` and `“` I get the...

bug

#### Expected behaviour Given I have a line chart, in styled mode, with a shared tooltip When I apply a className to my series Then I expect that className to...

Type: Bug
Status: Has workaround

Thanks for the great action! I noticed the following message in my project's build > Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions...

I often get frustrated in (Slim scripts/scenarios) tests where I need to enter a text that matches the definition of a FitNesse Wiki-word (e.g. `SomeUser`). I always have to remember...

Feature Request

Currently when one uses a Slim symbol (which was previously assigned a value) in the test output one sees the symbol an arrow and the actual value. I would like...