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

Need method to run in multiple environments instead of having to list them individually #3912

Open
leev-bstack opened this issue Sep 13, 2023 · 1 comment

Comments

@leev-bstack
Copy link

Description

There's no way to run tests in parallel on different environments without explicitly listing all of them out with the --env arg. This can result in very long commands to run against a lot of device types or browser/os combos

Suggested solution

either allow a "parent" class in the config file with the environments as child classes, or allow wildcards for the --env argument. If I wanted to run on 10 different android devices on browserstack, I could name them in a way that would allow me to use "browsertack.android.*" instead of listing them out like "browserstack.android.s22, browserstack.android.pixel7, etc."

Alternatives / Workarounds

No response

Additional Information

No response

@github-actions
Copy link

Thank you for setting this as an enhancement. One of the product folk will triage this again to help see when we can fit this in an upcoming sprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant