serenity-bdd / serenity-core

Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.
http://serenity-bdd.info
Other
724 stars 518 forks source link

Browserstack capabilities are not getting reflected on browserstack dashboard #3313

Open ravibabu1408 opened 1 year ago

ravibabu1408 commented 1 year ago

Currently i am running serenity bdd tests with browserstack, looks like session is created and executed tests on default browser instead the capabilities which framework has sent, and all capability which which are displayed in browserstack dashboard input capabilities are correct. can anyone please help me how to resolve.

below are the details in serenity.conf file

webdriver { driver = "remote" remote.url = "https://hub.browserstack.com/wd/hub" browserstack.user="aaaaaaaaaaaa" browserstack.key="wwwwwwwwwwww"

capabilities {
browserName = "Firefox"
#
# Any BrowserStack-specific options go in the 'bstack:options' section
#
"bstack:options" {
  os = "Windows"
  osVersion = "11"
  browserVersion = "107.0"
  local = false
  resolution = "1920x1200"
  #seleniumVersion = "4.6.0"
  video = true
  idleTimeout = 300
  buildName= "browserstack-build-1"
  #browserstack.networkLogs=true
  #browserstack.consoleLogs=errors
  debug= true
  consoleLogs=errors
}
image
wakaleo commented 1 year ago

Can you try with 4.0.19?

ravibabu1408 commented 1 year ago

Thanks @wakaleo for you quick response, May know the which dependency version is this for?

wakaleo commented 1 year ago

All of the Serenity dependencies

ravibabu1408 commented 1 year ago

Ok sure, thanks @wakaleo