fastlane-plugin-ionic_integration
fastlane-plugin-ionic_integration copied to clipboard
Integrating Fastlane and Ionic or Cordova Generated Projects
Hi, Could be good to update the Screengrab version that is added in the build-extra.gradle, from androidTestCompile 'tools.fastlane:screengrab:1.0.0' to androidTestCompile('tools.fastlane:screengrab:1.2.0') because i had some issues trying to take the screenshots...
Looking at the code right now, trying to understand some things. I know this is quite old now, but maybe you still remember: 1. `ionic_ios_config_snapshot_action` copies the test files for...
... when recording fails (Xcode crashes while interacting with our app the first time, so no recording of UITests possible). This is a known problem for Xcode, but no solution...
When I run `bundle exec fastlane run ionic_ios_config_snapshot ionic_scheme_name:ionic-screen-shots` I get this output: ``` Jans-MBP:stromzaehler sujan$ bundle exec fastlane run ionic_ios_config_snapshot ionic_scheme_name:ionic-screen-shots +------------------------+---------+------------------------+ | Used plugins | +------------------------+---------+------------------------+ | Plugin...
Are you planning on any future development of this plugin? Adding `screengrab` for Android? Other Ionic/Cordova specific behaviour?
While running the lane from the README for the first time I get this: ``` [04:28:30]: Your './fastlane/ionic/config/ios/ui-tests/ionic-screen-shots/SnapshotHelper.swift' is outdated, please run `fastlane snapshot update` [04:28:30]: to update your Helper...
Solution was this here: https://stackoverflow.com/a/33384426/252627 (see screenshot above where exactly you have to go in Xcode) Is this a general problem or only specific to my situation?