Hi, I've configured my webdriver capabilities and it seems that the runner can pick them up. My goal is to have my test results to show in seleniumBox . I've included my token in the capabilities and yet the results do no show up. Is there some additional configurations I have do or do serenity configurations just not work with seleniumBox?
capabilities {
browserName = "chrome"
acceptInsecureCerts = true
"e34:token"= xxxxxxxx
"e34:l_testName"=xxxxxx
"e34:pacAlias"=xxxxxx
"e34:video"= true
"goog:chromeOptions" {
args = ["test-type", "no-sandbox", "ignore-certificate-errors", "start-maximized", "disable-extensions"
"incognito", "disable-infobars", "disable-gpu", "disable-default-apps", "disable-popup-blocking",
"disable-download-notification", "disable-extensions-file-access-check", "enable-automation"]
#excludeSwitches = ["enable-automation","load-extension"],
}
that's how I've declared the capabilities