-
I downloaded release **20200108** and ran it by `java -jar fitnesse-standalone.jar` on win10, it started on port 80.
Then in the webbrowser, I ran the suite `http://localhost/FitNesse.SuiteAcceptance…
-
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/wa…
-
Hi,
If I get an exception trying to run a test suite (i temporarily was getting a 404 when trying to connect to the suite url), it seems to log the exception but not fail the build. Is this the inte…
-
Below is my current project setup.
- We have a java project written to test the webservices of our project. ( This is the actual fixture code).
- We have a mavan project created for Fitnesse. ( From h…
-
Sorry been a long time since I did Java and don't really want to dig around to remember how to build this into a jar. Is there a ready built jar available?
-
"fileRead" needs to be replaced with "fileReader" inside of the editPage.vm template, otherwise it does not fire off the necessary responder call and errors out.
-
```
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…
-
I start FitNesse with passowrds.txt file. I am able to correctly authenticate while accessing secured FitNesse pages. The feature I would be looking forward to are :
1. Ability to see my username in …
-
Hello,
It seems that FitNesse is lacking of the READ ONLY feature.
Currently, if a user who could be the tester, data analyst, ETL developer, and/or project manager, et al. has been granted the…
-
When attempting to run `./gradlew pitest` it fails with the following error message:
`Exception in thread "main" org.pitest.help.PitHelpError: All tests did not pass without mutation when calculating …