Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seleniumBox still not showing results despite capabilities being read #3239

Closed
ResegoS opened this issue Aug 25, 2023 · 1 comment
Closed

Comments

@ResegoS
Copy link

ResegoS commented Aug 25, 2023

Hi, I've configured my serenity capabilities in my serenity.conf file 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

@ResegoS
Copy link
Author

ResegoS commented Aug 29, 2023

I was gonna delete this since it seems like a dumb question but someone who's also new to autotesting might have the same problem later. You just need to run the tests remotely and locally. XD

@ResegoS ResegoS closed this as completed Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant