Skip to content
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

Merged
merged 2 commits into from
Jan 31, 2022
Merged

Conversation

valfirst
Copy link
Collaborator

Closes #2423

@@ -23,3 +23,5 @@ proxy.trust-all-servers=false
proxy.ports=0

ui.screenshot.debug-directory=

selenium.grid.use-w3c=true
Copy link
Collaborator Author

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

@valfirst valfirst force-pushed the add-workaround-for-cbt-integration branch from cdd57d2 to d2bc37a Compare January 30, 2022 21:57
@codecov
Copy link

codecov bot commented Jan 30, 2022

Codecov Report

Merging #2430 (1e165b2) into master (a2057b6) will decrease coverage by 8.44%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             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     
Impacted Files Coverage Δ
...a/org/vividus/selenium/RemoteWebDriverFactory.java 100.00% <100.00%> (ø)
vividus/src/main/java/org/vividus/model/Node.java 0.00% <0.00%> (-100.00%) ⬇️
...vidus/src/main/java/org/vividus/model/Failure.java 0.00% <0.00%> (-100.00%) ⬇️
...s/src/main/java/org/vividus/model/NodeContext.java 0.00% <0.00%> (-100.00%) ⬇️
.../src/main/java/org/vividus/log/TestInfoLogger.java 0.00% <0.00%> (-100.00%) ⬇️
...rc/main/java/org/vividus/transformer/JoinMode.java 0.00% <0.00%> (-100.00%) ⬇️
...c/main/java/org/vividus/transformer/MergeMode.java 0.00% <0.00%> (-100.00%) ⬇️
.../main/java/org/vividus/runner/BddStepsCounter.java 0.00% <0.00%> (-100.00%) ⬇️
...n/java/org/vividus/runner/BddScenariosCounter.java 0.00% <0.00%> (-100.00%) ⬇️
...n/java/org/vividus/runner/KnownIssueValidator.java 0.00% <0.00%> (-100.00%) ⬇️
... and 54 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a2057b6...1e165b2. Read the comment docs.

// 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe multiline comment?

@valfirst valfirst force-pushed the add-workaround-for-cbt-integration branch from d2bc37a to 1e165b2 Compare January 31, 2022 07:09
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@valfirst valfirst merged commit 56cca12 into master Jan 31, 2022
@valfirst valfirst deleted the add-workaround-for-cbt-integration branch January 31, 2022 08:03
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SmartBear CrossBrowserTesting tool: capabilities are not passed correctly in VIVIDUS 0.4.0
3 participants