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

unable to read Webdriver capability under All{ environment #3482

Open
3 tasks
VeroBalta opened this issue Jun 10, 2024 · 0 comments
Open
3 tasks

unable to read Webdriver capability under All{ environment #3482

VeroBalta opened this issue Jun 10, 2024 · 0 comments

Comments

@VeroBalta
Copy link

VeroBalta commented Jun 10, 2024

What's the Problem You're Trying to Solve?

Before in serenity.conf instead of adding repetitive webdriver configuration under each environment we use all but now when I add my webdriver capability under all like window size or headless doesn't read but if I add it under specific environment it is working, is there change on this or is no longer worker this way, I am using serenity 4.1.14

Example bellow.

preprod {
base.url = "https://uat.example.com"
}
uat {
base.url = "https://uat.example.com"
}

sandbox{
}
all {
base.url = "https://all.example.com"
webdriver {
driver = "chrome"
capabilities {
"chromeOptions": {
"args": [ "--window-size=1920,1080", "--headless", "--disable-gpu", "--window-size=1920,1080"]
}
}
}
}

Proposed Solution

Just wondering if this still working or when was stop using it.

Alternative Solutions

no

Implementation Support

  • Contribute the feature myself (with guidance from the Serenity BDD team)
  • Hire the Serenity BDD team for implementation
  • Add it to the Serenity BDD backlog and wait for community contribution
@VeroBalta VeroBalta changed the title unable to read capability under All{ environment unable to read Webdriver capability under All{ environment Aug 29, 2024
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