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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MOB-7376] hackweek ios browserstack #702

Draft
wants to merge 69 commits into
base: master
Choose a base branch
from

Commits on Dec 5, 2023

  1. temp: hard code api-key

    jyu115 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    808b35f View commit details
    Browse the repository at this point in the history
  2. updated project schemes

    jyu115 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    8af68fe View commit details
    Browse the repository at this point in the history
  3. XCUITestBase class

    jyu115 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    bce9fe2 View commit details
    Browse the repository at this point in the history
  4. testElementsVisible

    jyu115 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f732e80 View commit details
    Browse the repository at this point in the history
  5. fastlane setup

    jyu115 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    b5d03b0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. add first test case

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dea5050 View commit details
    Browse the repository at this point in the history
  2. install fastlane

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d14fad2 View commit details
    Browse the repository at this point in the history
  3. fix test

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5ee9e10 View commit details
    Browse the repository at this point in the history
  4. proj update

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2fc691f View commit details
    Browse the repository at this point in the history
  5. fastlane browserstack

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    259ea71 View commit details
    Browse the repository at this point in the history
  6. github actions browserstack

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    19f8033 View commit details
    Browse the repository at this point in the history
  7. use secrets

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    2d39cd4 View commit details
    Browse the repository at this point in the history
  8. update iOS profiles

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    dfaf4d7 View commit details
    Browse the repository at this point in the history
  9. use bundle exec

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    5f03891 View commit details
    Browse the repository at this point in the history
  10. add allowProvisioningUpdates

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    f529387 View commit details
    Browse the repository at this point in the history
  11. compileBitcode:false

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e202982 View commit details
    Browse the repository at this point in the history
  12. add ruby version for bundle

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    93e3fd7 View commit details
    Browse the repository at this point in the history
  13. add Gemfile.lock platforms

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    496568f View commit details
    Browse the repository at this point in the history
  14. remove code signing identity

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    e93d29f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d911a93 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8ae3b83 View commit details
    Browse the repository at this point in the history
  17. typo

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    000c65a View commit details
    Browse the repository at this point in the history
  18. add signing cert

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    86ad865 View commit details
    Browse the repository at this point in the history
  19. try with signing

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    0b73488 View commit details
    Browse the repository at this point in the history
  20. set xcversion

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    8ea7f1e View commit details
    Browse the repository at this point in the history
  21. update Gemfile

    jyu115 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    7133ce3 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. use xcodes

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    a170f8c View commit details
    Browse the repository at this point in the history
  2. fastlane profile update

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    c2092aa View commit details
    Browse the repository at this point in the history
  3. remove xcodes

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f20d490 View commit details
    Browse the repository at this point in the history
  4. add xcodes

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8347f52 View commit details
    Browse the repository at this point in the history
  5. xcodes github workflow

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    892ba51 View commit details
    Browse the repository at this point in the history
  6. refactor fastlane

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b05d5b2 View commit details
    Browse the repository at this point in the history
  7. add plist

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    1990483 View commit details
    Browse the repository at this point in the history
  8. fix typo

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    73821e2 View commit details
    Browse the repository at this point in the history
  9. update path

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5b61dcc View commit details
    Browse the repository at this point in the history
  10. add extension profile

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    04bb063 View commit details
    Browse the repository at this point in the history
  11. fix paths

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f48a908 View commit details
    Browse the repository at this point in the history
  12. fix provisioning profiles

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2412acd View commit details
    Browse the repository at this point in the history
  13. cleanup

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e6e9310 View commit details
    Browse the repository at this point in the history
  14. add missing quote in workflow

    jyu115 committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    5614ea7 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    83c6a6b View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. try curl

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    8856bda View commit details
    Browse the repository at this point in the history
  2. try curl

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    87da333 View commit details
    Browse the repository at this point in the history
  3. curl and jq

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    40fe92a View commit details
    Browse the repository at this point in the history
  4. try again

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    38bdc74 View commit details
    Browse the repository at this point in the history
  5. try again

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    91a741c View commit details
    Browse the repository at this point in the history
  6. fix typo

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    50dca17 View commit details
    Browse the repository at this point in the history
  7. try again

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    bed7ba8 View commit details
    Browse the repository at this point in the history
  8. add comma

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    27bf5c6 View commit details
    Browse the repository at this point in the history
  9. test

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    6e68dac View commit details
    Browse the repository at this point in the history
  10. debugging

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9df8091 View commit details
    Browse the repository at this point in the history
  11. debugging again

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    70e1542 View commit details
    Browse the repository at this point in the history
  12. try build sdk

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    9a39a03 View commit details
    Browse the repository at this point in the history
  13. destination iOS

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    a795c97 View commit details
    Browse the repository at this point in the history
  14. make sure use real device

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0c9d274 View commit details
    Browse the repository at this point in the history
  15. update to real device path

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e6f4342 View commit details
    Browse the repository at this point in the history
  16. try clean and set sdk

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5af5a32 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b5dd01d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    66cb25c View commit details
    Browse the repository at this point in the history
  19. add devices to workflow

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    85946bb View commit details
    Browse the repository at this point in the history
  20. fix typo

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    f3ac0a1 View commit details
    Browse the repository at this point in the history
  21. try again

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7589a73 View commit details
    Browse the repository at this point in the history
  22. update browserstack request

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    15c942d View commit details
    Browse the repository at this point in the history
  23. add quotes

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5be3c39 View commit details
    Browse the repository at this point in the history
  24. update devices

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    43e657a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7c4a9b7 View commit details
    Browse the repository at this point in the history
  26. try again

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    59ee806 View commit details
    Browse the repository at this point in the history
  27. add test wait

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    dfaa05c View commit details
    Browse the repository at this point in the history
  28. try with increase timeout

    jyu115 committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    e19341b View commit details
    Browse the repository at this point in the history