Tom Heintzberger

Results 35 comments of Tom Heintzberger

Just wondering; Is the dialog appearing in specific browsers? I have never encountered a save file dialog, although I have lots of tests in different projects that do file downloads....

There's a junit listener that saves allure results on a CI run. See https://github.com/fhoeben/allure-fitnesse-listener It's built on Allure 1. Finding out if there's a benefit in supporting Allure 2 somewhere...

If you start parallel jobs, or execute parallel pipeline steps from Jenkins and use a selenium grid, doesn't that achieve what you need to do?

try changing files/test-cert.p12 to http://files/test-cert.p12 or provide a full path to the certificate

Hmm, I think adding your P12 certificate to a JKS keystore may solve your problem.. Could you try: ``` keytool -importkeystore -srckeystore test-cert.p12 -srcstoretype PKCS12 -destkeystore test-keystore.jks ``` and use...

As always, it depends :) You're using hsac, right? If you're running via the HsacFitnesseRunner, you could extend that runner in your project and override the addTestSystemListeners method. For example:...

Do you mean styling the test result pages in the wiki? Have a look at: http://fitnesse.org/FitNesse.UserGuide.AdministeringFitNesse.WikiTheming

btw.. I'm working on a console log test system listener. Expect it to be available somewhere next week ![image](https://user-images.githubusercontent.com/2232710/48915359-acf7a180-ee7e-11e8-82e8-bf53f633e6d2.png) Does that look like what you're after?

Hi Rob, Have a look at https://github.com/praegus/toolchain-fitnesse-plugin It contains a conditional script table that expects a Boolean (js) condition in the first row and executes only if that condition evaluates...

Yes, that's the same approach. I'll have a look if can easily add a conditional scenario table