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

Update appium/drivers versions #22552

Merged
merged 23 commits into from
May 23, 2024
Merged

Update appium/drivers versions #22552

merged 23 commits into from
May 23, 2024

Commits on May 21, 2024

  1. Update appium/drivers versions

    Redth committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b97b55b View commit details
    Browse the repository at this point in the history
  2. Use newer .NET SDK

    Redth committed May 21, 2024
    Configuration menu
    Copy the full SHA
    52148c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    506d5ba View commit details
    Browse the repository at this point in the history
  4. Invoke appium -v in try/catch

    Redth committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b38539d View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    27e6715 View commit details
    Browse the repository at this point in the history
  2. Use newer appium doctor commands

    The separate doctor package is deprecated and now appium contains doctor commands for drivers and plugins:
    Redth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    d603a20 View commit details
    Browse the repository at this point in the history
  3. Remove added artifact stage

    These will get picked up by virtue of being placed in $(LogDirectory) now
    Redth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    50210f6 View commit details
    Browse the repository at this point in the history
  4. Fix logic syntax

    Redth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    0e256cb View commit details
    Browse the repository at this point in the history
  5. Fix ps command for create dir

    Redth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    938d758 View commit details
    Browse the repository at this point in the history
  6. Fix path combine for logs

    Redth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    aabcea1 View commit details
    Browse the repository at this point in the history
  7. Fix logging options

    Redth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    6c04bac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    58a5957 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8696369 View commit details
    Browse the repository at this point in the history
  10. Try using update/install

    Redth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    62c64ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2b266cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    921e6d8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d4b4f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    05541a3 View commit details
    Browse the repository at this point in the history
  15. Move variables

    Redth committed May 22, 2024
    Configuration menu
    Copy the full SHA
    40ca010 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Remove old appium cleanup

    We now are setting APPIUM_HOME which will point appium to where we want our drivers/plugins saved, and this directory will be inside the CI/CD working directory so it should be 'clean' every time we run this.  We shouldn't ever see the uninstall driver commands run, and we shouldn't need to touch any ~/.appium* folders from other pipelines.
    Redth committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a994681 View commit details
    Browse the repository at this point in the history
  2. Install explicit versions

    Redth committed May 23, 2024
    Configuration menu
    Copy the full SHA
    025d668 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05f70e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1956e1 View commit details
    Browse the repository at this point in the history