We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140129a commit 822c661Copy full SHA for 822c661
spec/spec_helper.rb
@@ -34,7 +34,6 @@ def reset!
34
end
35
36
TASK_ID = (ENV['TASK_ID'] || 0).to_i
37
-print_info ENV['CONFIG_FILE']
38
CONFIG_FILE = ENV['CONFIG_FILE'] || 'windows/win10/win10_chrome_81.config.yml'
39
CONFIG = YAML.safe_load(File.read("./spec/support/browserstack/#{CONFIG_FILE}"))
40
CONFIG['user'] = ENV['BROWSERSTACK_USERNAME'] || ''
0 commit comments