Skip to content

Conversation

@reesebadazz2
Copy link

        - name: First interaction

uses: actions/[email protected]
with:
# Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}
repo-token:
# Comment to post on an individual's first issue
issue-message: # optional
# Comment to post on an individual's first pull request
pr-message: # optional

bfernandesbfs and others added 30 commits August 23, 2021 12:23
* Add support Swift Package Manager

* Update Readme

* FIx import header

* Export import dependecy submodule core

* Remove Pods.lock .gitignore

* Added bundleResourcePath variable to FBSnapshotTestController which can be manually set to the root folder where reference images are stored, which is needed for Swift Package Manager. After this change there are now 4 ways of setting reference image directories instead of 3:

 1. Set the preprocessor macro FB_REFERENCE_IMAGE_DIR to a double quoted c-string with the path. This only works for Objective-C tests.
 2. Set an environment variable named FB_REFERENCE_IMAGE_DIR with the path. This takes precedence over the preprocessor macro to allow for run-time override.
 3. (New way) Set `FBSnapshotTestCase.bundleResourcePath` as the root folder where reference images are stored.
 4. Keep everything unset, which will cause the reference images to be looked up inside the bundle holding the current test, in the Resources/ReferenceImages_* directories.

Co-authored-by: Shehab Tareque <[email protected]>
* Fix Carthage Demo

* Remove the specs repo to speed up pod install

* Create Action
Correct the SwiftPM dependency example
…ber#144)

I assume the author meant to write: 
> "… it's often easier to … compare an image … to a reference image … _than_ write lots of complex layout-code tests."
* Adds Bazel Support V2

Also updates CI to run Bazel tests

* get test output

* setup python for xctestrunner

* go to python 2

* python 3.7
* Fix paths in project

* remove random folder from iOSSnapshotTestCaseSwiftPMDemo

* Fix build.sh

* Use bundle instead of file path hackery

* Bazel png path
alanzeino and others added 10 commits October 21, 2021 20:27
This allows the bazel configuration to compile
under certain scenarios

Co-authored-by: Maxwell Elliott <[email protected]>
            - name: First interaction
  uses: actions/[email protected]
  with:
    # Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}
    repo-token: 
    # Comment to post on an individual's first issue
    issue-message: # optional
    # Comment to post on an individual's first pull request
    pr-message: # optional
@CLAassistant
Copy link

CLAassistant commented Sep 15, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
10 out of 11 committers have signed the CLA.

✅ bielikb
✅ bfernandesbfs
✅ tinder-maxwellelliott
✅ alanzeino
✅ mpdifran
✅ Paul-van-Klaveren
✅ 417-72KI
✅ iammike
✅ maxwellE
✅ erikkerber
❌ reesebadazz2
You have signed the CLA already but the status is still pending? Let us recheck it.

@reesebadazz2 reesebadazz2 changed the base branch from main to fix/make-fast-comparison-first September 17, 2025 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.