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

Configure Faslane To Run Snapshot Tests #292

Merged
merged 15 commits into from
Sep 22, 2024
Merged

Commits on Sep 14, 2024

  1. Remove frame and change layout from sizeThatFits to defaultDevice

    - This allows us to get more consistent results when running fastlane.
    thomaskioko committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    5ac8d14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f94143d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    9f30689 View commit details
    Browse the repository at this point in the history
  2. Remove image URL from snapshot.

    - This is not loading on the simulator causing the test to fail. I will investigate this later. It took me a while to figure this was causing the test to fail. 😭
    thomaskioko committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    0fd74f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    c713933 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e727c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0b3c29 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5981bca View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    61296f2 View commit details
    Browse the repository at this point in the history
  2. Add ios job

    thomaskioko committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    338c4c5 View commit details
    Browse the repository at this point in the history
  3. Set xcode timeout limit to a reasonable amount.

    Reorder jobs
    
    Update fastlane jobs
    
    Add lane to clear derived data.
    
    Remove working dir
    
    Revert change
    
    Add job to speficy xcode version.
    
    Set directory in defaults block
    
    Add logs.
    
    Format run job and comment out clear derived data.
    
    Clean jobs
    
    Specify directory
    
    Speficy directory
    
    Add job to list schemes.
    thomaskioko committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    681c744 View commit details
    Browse the repository at this point in the history
  4. Move fastlane configuration to root directory

    Remove directory
    
    Set working
    
    Remove job to remove derived data.
    
    More cleanup: Log exceptions.
    
    Add more logs.
    thomaskioko committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b031cc2 View commit details
    Browse the repository at this point in the history
  5. Specify fastlane version

    Cleanup jobs
    
    Bump up artifact version.
    
    Update bundle
    
    Remove gradle job
    thomaskioko committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    715fc3e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    d8bb80d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    e56c195 View commit details
    Browse the repository at this point in the history