I am trying to get snapshot running in a workflow. It all seems to be working but the snapfile being loaded in the log looks like its set by bitrise and the wrong target is being selected (Pods-####-UITests), instead of the one from snapfile (Staging) which is also defined in the fastfile in the test lane.
If you use our fastlane step that does not change any configuration or any file in your repository. All it does is it updates the installed fastlane (if required, based on the inputs you provide) and then runs the fastlane ... command. That’s pretty much all. You can also see the fastlane command it runs in the log.
If the wrong target is selected I think that’s because of a configuration which is not committed into your repository, or maybe a fastlane bug.