How to run fitnesseForAppian tests in Jenkins and headless chrome?

Hi,

Does anyone knows how to fix this? 

And also what configurations should I set to run my test in headless chrome?

Thanks.

  Discussion posts and replies are publicly visible

Parents Reply Children
  • It is not clear to me where option #3 should be applied within the fitness jar. I can't find any references to Chrome or WebDriver when searching fitnesse-20221219-standalone.jar. Any guidance would be appreciated.

    Also, is it possible to set chrome to headless via a properties file? I see the following text in the template custom.properties:

    #These two chromeOptions capabilities profile.default_content_settings.popups=0) and safebrowsing.enabled=true are hard coded capabilities.
    #You'll need to set chromeOptions to blank to override those capabilities.
    chrome.capabilities=

    I've been trying various variations of `chrome.capabilities=chromeOptions=["--headless"]` and haven't had any luck.