[dotnet] [test] Return safari back#17280
Conversation
Review Summary by QodoRe-enable Safari webdriver tests in dotnet bazel configuration
WalkthroughsDescription• Re-enable Safari browser testing in dotnet webdriver test suite • Uncomment Safari from bazel test targets configuration File Changes1. dotnet/test/webdriver/BUILD.bazel
|
Code Review by Qodo
1. Safari tests skipped on CI
|
Review Summary by QodoRe-enable Safari webdriver tests in dotnet bazel configuration
WalkthroughsDescription• Re-enable Safari browser testing in dotnet webdriver test suite • Uncomment Safari from bazel test targets configuration File Changes1. dotnet/test/webdriver/BUILD.bazel
|
Code Review by Qodo
1. Safari tests lack exclusivity
|
Return safari webdriver tests back as bazel targets.
💥 What does this PR do?
This pull request makes a small change to the browser configuration in the
dotnet/test/webdriver/BUILD.bazelfile by enabling Safari browser tests, which were previously skipped.dotnet_nunit_test_suite, allowing tests to run on Safari.🔄 Types of changes