-
I am executing this docker command is that correct?
docker run -d -p 8080:5110 -v "C:/Install Files/fittnesse/docker":/fitnesse/target --name fitnesse hsac/fitnesse-fixtures-test-jre8:latest
can…
-
I managed to install the plugin under grails 2.3.7 after excluding the servlet-api import:
```
compile (":fitnesse:2.0.4") {
excludes "servlet-api"
}
```
While 'grails run-fitnesse' does appear…
-
If you run with safari, you will get this in startBroser:
**EXCEPTION**:org.openqa.selenium.WebDriverException: Unknown command: setTimeout (WARNING: The server did not provide any stacktrace informa…
-
I'm trying to use the fitnesse stoptest error handler functionality but it's not working with givwenzen. I know you've updated the latest fitnesse version so assumed it would work?
-
I've followed the guide to install this plugin with fitnesse and I'm getting a class not found error. When I run `java -jar fitnesse-standalone.jar` I get the following output
```
SEVERE: Error wh…
-
Hi,
I am not able to run Fitnesse test on Windows Server 2008 R2.
When I run it through browser, it only runs tests in compatibility mode.
When I run it on commandline it does nothing.
It seems th…
-
Currently we're working our way around some of the issues we see with Xebium, combined with Slim Script tables.
- check vs ensure
- waitFor statements need ensure, otherwise they're not waiting on any…
-
Hi,
I just downloaded upgraded copy of Xebium project (with fitnesse upgrade 20150424) and built using command `mvn -Pfitnesse test` which is working fine. But I'm not able to shutdown FitNesse usin…
-
My FitNesse server 20200501 starts up correctly with fitnesse-git-plugin 1.2.0 loaded.
`PS D:\FitNesse> java -jar fitnesse-standalone.jar
Bootstrapping FitNesse, the fully integrated standalone wi…
ghost updated
4 years ago
-
since Intellij 2019 I got this Exception:
Error running 'Fitnesse': Command line is too long. Shorten command line for Fitnesse or also for FitNesse default configuration.
When I try to shorten, …