Problemunvalidated
fastlane seemingly run the UITests target as well despite the fastfile specifying the unit test target only — when running `bundle exec fastlane scan` locally on my Mac. Tension: it ignores the fastfile and runs the entire test suite including Unit & UI tests. Outcome: If one runs the `lane` instead via `bundle exec fastlane unit_tests` it does ignore UITests.
d5d2fb3c-5c16-4204-907d-582b54fce33d
fastlane seemingly run the UITests target as well despite the fastfile specifying the unit test target only — when running bundle exec fastlane scan locally on my Mac. Tension: it ignores the fastfile and runs the entire test suite including Unit & UI tests. Outcome: If one runs the lane instead via bundle exec fastlane unit_tests it does ignore UITests.