Skip to content

Fix webdriver option for alternate browser

Zeff Morgan requested to merge zm-fix-firefox into master

What does this MR do and why?

Fixes deprecated webdriver option in qa/runtime/browser.rb

While we don't typically use browsers such as Firefox in our test automation efforts, it can be helpful to be able to use it in very specific circumstances, especially when debugging or while have issues with Chrome on your local development machine.

How to set up and validate locally

  1. Set the "QA_BROWSER" env variable to "firefox".
  2. Execute any spec against your local GDK

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports