[rb] Add support for beta chrome#15417
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
…into rb_add_support_for_chrome_beta
…t_for_chrome_beta
…into rb_add_support_for_chrome_beta
User description
Motivation and Context
The purpose of this PR is to add the ability for ruby tests to run using chrome-beta to make it easier to debug
Types of changes
Checklist
PR Type
Enhancement, Tests
Description
Added support for running tests with Chrome Beta.
Introduced
chrome_betamethod to configure Chrome Beta driver.Updated Bazel build files to include Chrome Beta configuration.
Enhanced test environment to handle Chrome Beta driver setup.
Changes walkthrough 📝
test_environment.rb
Add Chrome Beta driver support in test environmentrb/spec/integration/selenium/webdriver/spec_support/test_environment.rb
chrome_betamethod to configure Chrome Beta driver.create_driver!to handle Chrome Beta driver.tests.bzl
Add Chrome Beta configuration to Bazel testsrb/spec/tests.bzl
BUILD.bazel
Include Chrome Beta in supported browsers listrb/spec/integration/BUILD.bazel
chrome-betato the list of supported browsers.