AQ

Results 14 comments of AQ

Thanks @fhoeben for detailed response. We are not using JUnit test runner for two reasons: First, main reason is that this is not a new system we are configuring. We...

_"But please note that my jUnit runner also ensures the FitNesse HTML are generated as part of the jUnit run.... :-)"_ Did you mean the HTML reports which look like...

_In my experience it is just a matter of adding one jUnit class to your codebase (or just copying the one from the sample project). And updating the pom.xml_ Can...

Just worked on some basic setup as you explained. Running into an issue. Here are the steps performed: 1. FixtureDebugTest.java copied to ssimilar location 2. junit dependency added to pom.xml...

Sorry for late reply. As far as `maven-classpath-plugin` is concerned, I agree with you 200% that this is an ancient plugin and that is one of the reasons we are...

Ok, for #2 I've tried your suggestion but it didn't work. I think I'll come back to it later. And for # 4 I'll have to tweak maven phases between...

I'm executing command "mvn install" to execute entire fitnesse suite mentioned as in the POM.xml to run integration tests. Ref: http://blog.xebia.com/2013/03/04/fitnesse-and-dependency-management-with-maven/ Output format gives nice execution report in console/build log...

It happened to me earlier. I think the issue is when we upgrade hsac fixtures, it goes to check the version of fitnesse it depends on. If it comes back...

Hi @fhoeben I am so sorry I got busy with some other automation work, but I promise I'll try it one more time and get back to you in a...

> Are you able to run the acceptance tests using the standard images I uploaded to Dockerhub (if you just add the wiki files for those tests to the image)?...