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

test: Enable App Launch Profiling UI tests #3665

Merged
merged 24 commits into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. test: Fix failing UIViewController tests

    The with GH-3529 added test method writeProfileFile crashed when a
    profile file already existed. Now, the writeProfileFile method exists
    and prints a debug message when a profiling file already exists and logs
    an error when it can't write the profile.
    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    758ceb9 View commit details
    Browse the repository at this point in the history
  2. ci: Increase SauceLabs Timeout

    The UI tests in SauceLabs frequently time out. Let's increase the value
    to 60m, as it's better to have delayed UI test results than failing CI.
    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    0bf298a View commit details
    Browse the repository at this point in the history
  3. ci: SauceLabs remove downloading junit artifacts

    Downloading the jUnit artifacts fails frequently, and we don't use them.
    Therefore, we can remove them.
    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    58648ca View commit details
    Browse the repository at this point in the history
  4. test: Enable App Launch Profiling UI tests

    Enable the app launch profiling UI tests again to ensure the feature
    works correctly.
    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e86aa8d View commit details
    Browse the repository at this point in the history
  5. add samples path

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2508de5 View commit details
    Browse the repository at this point in the history
  6. try any iphone pro

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f9dd5b4 View commit details
    Browse the repository at this point in the history
  7. ci: Run UI tests on GH actions

    Replace running UI tests in SauceLabs with GH actions because SauceLabs
    tests are unreliable; see internal Notion decision.
    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    556e977 View commit details
    Browse the repository at this point in the history
  8. fix matrix

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2e33c77 View commit details
    Browse the repository at this point in the history
  9. fix iOS 13

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    dec48ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11342ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6f2d386 View commit details
    Browse the repository at this point in the history
  12. remove sauce config

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4aa1c21 View commit details
    Browse the repository at this point in the history
  13. remove sauce config

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1f193aa View commit details
    Browse the repository at this point in the history
  14. add decision log entry

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    9a0c4fe View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6fa93fd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0f963d2 View commit details
    Browse the repository at this point in the history
  17. fix ios 16

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    492e460 View commit details
    Browse the repository at this point in the history
  18. fix ios 16

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4fd1740 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0c53aad View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    949fbe0 View commit details
    Browse the repository at this point in the history
  21. wipe data

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a38b040 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7415ac6 View commit details
    Browse the repository at this point in the history
  23. remove retry

    philipphofmann committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d4cde5c View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    8ef656b View commit details
    Browse the repository at this point in the history