Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2024

Bumps Legerity and Appium.WebDriver. These dependencies needed to be updated together.
Updates Legerity from 0.11.1 to 0.14.0

Release notes

Sourced from Legerity's releases.

v0.14.0

What's Changed

New - Added DateInput element wrapper for web applications! We've also introduced new By locator extras and new wait conditions!

🎨 Improvement - Updated the speed of evaluating the data rows that are in the Table web component! We've also overhauled our test coverage with more targeted, focused tests! There's more work to be done in this space, but we're on the right track to provide additional confidence.

⬆️ Upgrades - Package dependencies have been upgraded to their latest minor versions to continue to improve support and maintainability of Legerity.

📝 Documentation - All contructors, properties, and methods have been updated to include documentation where potential exceptions could be thrown. These are now exposed as part of the XML documentation in the libraries so you will be aware of exceptions you may want to catch depending on their usages. Most exceptions come from Selenium and Appium directly, so are exceptions that are to usually be expected or at least aware of!

Full Changelog: MADE-Apps/legerity@v0.13.1...v0.14.0

v0.13.1

What's Changed

Small hotfix for issue with app driver failures in startup causing test runner to execute indefinitely (or until timeout in CI)

Full Changelog: MADE-Apps/legerity@v0.13.0...v0.13.1

v0.13.0

What's Changed

New - Introducing dotnet new templates for setting up the structure for Legerity UI test projects for platforms. Includes templates for Windows, Android, iOS, Web, and one for testing cross-platform!

🎨 Improvement - Web Authentication now includes new page objects for Facebook and Google login flows.

⬆️ Upgrades - Package dependencies have been upgraded to their latest minor versions to continue to improve support and maintainability of Legerity.

📝 Documentation - Legerity's documentation has been overhauled! Everything was stripped back and re-written to provide better clarity on adopt and use Legerity in the development flow of app projects.

... (truncated)

Commits
  • 22995ef Remove historical components marked as obsolete
  • 1cca7cd Add XML documentation for all potential exceptions thrown across the libraries
  • 7363c45 Update element wrapper base implementation to be usable as standalone element...
  • 502bdb5 Fix parallelization in tests
  • a125f9a Merge pull request #210 from MADE-Apps/by-extras
  • abaef59 Update wait condition docs with examples for new conditions
  • 4bed009 Add element is not visible wait condition
  • c0d0a9d Update wait until methods to return result of the wait condition
  • 35b9b8c Add wait conditions for when a frame is available to switch to in the driver
  • ca73544 Merge branch 'main' into by-extras
  • Additional commits viewable in compare view

Updates Appium.WebDriver from 4.3.2 to 4.4.0

Release notes

Sourced from Appium.WebDriver's releases.

v4.4.0

What's Changed

Enhancements

  • feat: Add simulatorStartupTimeout iOS capability (#512) @​a7medev
  • feat: Updated GeneralOptionList.cs by adding relaxed-security option for AppiumServiceBuilder (#505) @​APX403

Pipeline

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Legerity](https://github.com/MADE-Apps/legerity) and [Appium.WebDriver](https://github.com/appium/appium-dotnet-driver). These dependencies needed to be updated together.

Updates `Legerity` from 0.11.1 to 0.14.0
- [Release notes](https://github.com/MADE-Apps/legerity/releases)
- [Commits](MADE-Apps/legerity@v0.11.1...v0.14.0)

Updates `Appium.WebDriver` from 4.3.2 to 4.4.0
- [Release notes](https://github.com/appium/appium-dotnet-driver/releases)
- [Changelog](https://github.com/appium/dotnet-client/blob/main/CHANGELOG.MD)
- [Commits](appium/dotnet-client@v4.3.2...v4.4.0)

---
updated-dependencies:
- dependency-name: Legerity
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: Appium.WebDriver
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner February 9, 2024 09:11
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants