-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[py] Added Common Tests to Edge CI #14748
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
@AutomatedTester, I saw this test suite using config from browsers.bzl, should this be duplicated? |
Only the bidi_tests.py had problems in initial commit - those have been marked xfail like safari since problem is on the webdriver side |
Yes, I am updating your PR and @Delta456 to merge both |
Signed-off-by: Viet Nguyen Duc <[email protected]>
Signed-off-by: Viet Nguyen Duc <[email protected]>
7e34698
to
7fcfb89
Compare
In set of common tests including BiDi test, when running |
--------- Signed-off-by: Viet Nguyen Duc <[email protected]> Co-authored-by: Viet Nguyen Duc <[email protected]>
User description
Description
Added "test/selenium/webdriver/common/**/*.py" to edge tests in Bazel.Build
Motivation and Context
Building off @Delta456 's #14723 . Figured since this will add so many tests it might be best to split into a separate pr.
Types of changes
Checklist
PR Type
enhancement, tests
Description
Changes walkthrough 📝
BUILD.bazel
Include common tests in Edge CI test suite
py/BUILD.bazel
srcs
attribute to include common tests.