You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code right now, trying to understand some things. I know this is quite old now, but maybe you still remember:
ionic_ios_config_snapshot_action copies the test files for one scheme name (ui-snapshots by default). But then ionic_ios_snapshot_action loops over all schemes it finds. Why is that?
'1) and 4) are probably to enable adding of multiple "test suites". The first action just creates new files under a specified "scheme name", the other then works with all schemes it can find to integrate them into the project.
Looking at the code right now, trying to understand some things. I know this is quite old now, but maybe you still remember:
ionic_ios_config_snapshot_action
copies the test files for one scheme name (ui-snapshots
by default). But thenionic_ios_snapshot_action
loops over all schemes it finds. Why is that?Why is this output when it opens the project?
fastlane-plugin-ionic_integration/lib/fastlane/plugin/ionic_integration/actions/ionic_ios_snapshot_action.rb
Line 43 in 67c31c2
Why is
ionic_min_target_os
a parameter? Where and why would one need this?Why the configurable scheme name? Is there any use to be able to give this a specific name that I don't see (yet)?
The text was updated successfully, but these errors were encountered: