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

Update BrowserStack configuration automatically from BrowserStack #2330

Open
wheatley opened this issue Mar 3, 2022 · 0 comments
Open

Update BrowserStack configuration automatically from BrowserStack #2330

wheatley opened this issue Mar 3, 2022 · 0 comments
Assignees
Labels
Review Issue that needs to be reviewed for completion

Comments

@wheatley
Copy link
Contributor

wheatley commented Mar 3, 2022

Update BrowserStack configuration from the support matrix from BrowserStacks

Following code updates the configurations that will will be used by

TASK_ID = (ENV['TASK_ID'] || 0).to_i print_info ENV['CONFIG_FILE'] CONFIG_FILE = ENV['CONFIG_FILE'] || 'windows/win10/win10_chrome_81.config.yml' CONFIG = YAML.safe_load(File.read("./spec/support/browserstack/#{CONFIG_FILE}")) CONFIG['user'] = ENV['BROWSERSTACK_USERNAME'] || '' CONFIG['key'] = ENV['BROWSERSTACK_ACCESS_KEY'] || ''

This needs to be improved and updated based on the current browser stacks supporting capabilities

@wheatley wheatley self-assigned this Mar 3, 2022
@wheatley wheatley added the Review Issue that needs to be reviewed for completion label Jun 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Review Issue that needs to be reviewed for completion
Projects
None yet
Development

No branches or pull requests

1 participant