Fried Hoeben

Results 118 comments of Fried Hoeben

Downloads generated by JavaScript and returned as a result of POSTing a form usually prevent the 'download ...' methods from working. They have to have a url that they can...

Can you elaborate a bit on what your test will do? I don't assume normal end users will be typing callback function's in the browser's console window. ;-) To achieve...

I didn't make the video, but I thought it would be nice to reference it somewhere. The listener project has a branch to support Allure 2, but as I don't...

I have to admit I don't know. I don't use Firefox much and never had a need for tracing. This seems like the kind of thing that could be achieved...

To start off with the most question: Why don't you just switch to running the tests using the jUnit approach in the sample project? What's the advantage of spawning 2...

Ok. But please note that my jUnit runner also ensures the FitNesse HTML are generated as part of the jUnit run.... :-) So I would really recommend to take a...

@aquddos123 you are right the top level page will look like your first screenshot. There will not be a single page containing all test HTML pages like the page one...

Well: you add a class similar (or even exactly the same) to https://github.com/fhoeben/sample-fitnesse-project/blob/master/src/test/java/nl/hsac/fitnesse/sample_project/FixtureDebugTest.java to your project's test-sourcedir. (If you also have regular jUnit tests that should be executed before the...

It looks like you are almost there. I have to admit I haven't tried to connect to a remote Selenium in a while. This seems there is some classpath issue....

I just tried to reproduce your problem in my sample project. And even though I have no SauceLabs account and cannot actually run any tests I get an error from...