-
Hi Markus,
```
Thanks very much for putting together this library. I spent the morning trying to marry DbFit and Xebium but the Slim TestEnv was having none of it. I came across your lib a…
-
We noticed that when the response body contains a Map (example below), the JsonRestFixture's copyJsonbodyToFile is failing to convert it into JSON.
Map employeeMap= new HashMap();
Employee employee =…
-
```
End users shall be able to run Fit tests interactively via a Web app.
The idea is to offer functionality similar to Fitnesse, but without depending
on a Wiki.
```
Original issue reported on co…
-
I have a FitNesse suite based on HSAC fixtures. nl.hsac.hsac-fitnesse-fixtures is imported as a dependency.
I also created my own frontpage in wiki/FitNesseRoot/FrontPage/content.txt
When I update t…
-
```
Hi,
I'm trying to integrate Fitnesse in our maven lifecycle.
We need to include jacoco in our integration test execution.
But for this we need to fork from Maven JVM.
I download your code and I s…
-
IT would be a nice enhancement for the FitnesseRun task to display tests that have completed running and the current test that is running within the Azure devops task debug pages.
![image](https:/…
-
- Use `Connect Using File` in all DB type `SetUp`s in both `StandaloneFixtures` and `FlowMode` suites.
- Introduce new (ideally) `CoreTests` tests for the `Connect` method.
Considerations:
- How do w…
-
**Describe the bug**
`fitnesse.slim.converters.ListConverterHelper::fromStringToArrayOfStrings` for list of strings that contain comma aren't handled properly and result in a bad array.
**To Repro…
-
When I tried to run the Test Case by following your example. It is showing the Errors marked in Yellow color in fitnesse, when I hit the Test button.
I have already added MyFixture.php in /project_p…
-
Hello, just tried the plugin with the doc provided.
I don't see the trace at fitnesse boot, i've tried the syntax in the wiki page, but it seems that the plugin is not loaded.
The plugins listed on …