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

Merge selenide appium #2291

Merged
merged 334 commits into from May 23, 2023
Merged

Merge selenide appium #2291

merged 334 commits into from May 23, 2023

Conversation

asolntsev
Copy link
Member

No description provided.

asolntsev and others added 30 commits May 25, 2020 18:25
it depends on #1264 (which is not released yet)
it depends on #1264 (which is not released yet)
dependabot bot and others added 17 commits May 17, 2023 20:22
Bumps commons-io:commons-io from 2.11.0 to 2.12.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
it's broken anyway, takes too much time and ends up with a timeout.

Please restore it if you know how to fix iOS setup.
…171)

* introduce class CombinedBy to pass selectors for both Android and iOS

Typical usage:
$(android(By.foo).ios(By.bar))
  .shouldHave(text("Graphics"));
I have no idea why Simulator runs Safari with Russian UI, but this is the reason of test failures on my machine.

We need to develop a more generic approach that would not depend on user locale etc.
Fix $.click(options) in web browser
* Use new macos and simulator

---------

Co-authored-by: Boris Osipov <osipov.boris@gmail.com>
* added AppiumCondition and AppiumCollectionCondition for assertion purpose

---------

Co-authored-by: amuthan-sakthivel <amuthan.sakthivel@clipboardhealth.com>
Co-authored-by: Andrei Solntsev <andrei.solntsev@gmail.com>
... to avoid running them with "gradle chrome_headless" task (it runs everything in package "integration").
This was a warning from Sonarcloud:

> Make sure the regex used here, which is vulnerable to polynomial runtime due to backtracking, cannot lead to denial of service.
@sonarcloud
Copy link

sonarcloud bot commented May 23, 2023

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 22 Code Smells

No Coverage information No Coverage information
0.5% 0.5% Duplication

@asolntsev asolntsev merged commit e71efbe into main May 23, 2023
13 checks passed
@asolntsev asolntsev deleted the merge-selenide-appium branch May 23, 2023 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants