-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add workaround for CBT integration #2430
Conversation
@@ -23,3 +23,5 @@ proxy.trust-all-servers=false | |||
proxy.ports=0 | |||
|
|||
ui.screenshot.debug-directory= | |||
|
|||
selenium.grid.use-w3c=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the documentation is skipped on purpose, users shouldn't use this property
cdd57d2
to
d2bc37a
Compare
Codecov Report
@@ Coverage Diff @@
## master #2430 +/- ##
============================================
- Coverage 96.46% 88.02% -8.45%
- Complexity 5440 5619 +179
============================================
Files 772 772
Lines 15664 15667 +3
Branches 1046 1047 +1
============================================
- Hits 15111 13791 -1320
- Misses 430 1745 +1315
- Partials 123 131 +8
Continue to review full report at Codecov.
|
// Selenium 4 declares that it only supports W3C and nevertheless still writes JWP's "desiredCapabilities" into | ||
// "createSession" JSON. Appium Java client eliminates that: https://github.com/appium/java-client/pull/1537. | ||
// But still some clouds (e.g. SmartBear CrossBrowserTesting) are not prepared for W3c, so we should avoid | ||
// using Appium drivers to create sessions for web tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe multiline comment?
d2bc37a
to
1e165b2
Compare
Kudos, SonarCloud Quality Gate passed! |
Closes #2423