beefproject / beefproject/beef

Update BrowserStack configuration automatically from BrowserStack

Open
#2,330 0 comments 0 reactions 1 assignee Assigned to @stephenakq View on GitHub
Review
Dominant language
JavaScript
Stars
11k
Forks
2.4k
Avg merge
1d 1h
Merged PRs (30d)
15

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.