module Fastlane::CordovaScreenshots
Constants
- CORDOVA_SCREENSHOTS_ANDROID_CONFIG_PATH
- CORDOVA_SCREENSHOTS_CONFIG_PATH
- CORDOVA_SCREENSHOTS_DEFAULT_IOS_UNIT_TEST_NAME
- CORDOVA_SCREENSHOTS_DEFAULT_IOS_VERSION
- CORDOVA_SCREENSHOTS_IOS_BUILD_PATH
- CORDOVA_SCREENSHOTS_IOS_CONFIG_PATH
- VERSION
Public Class Methods
all_classes()
click to toggle source
Return all .rb files inside the “actions” and “helper” directory
# File lib/fastlane/plugin/cordova_screenshots.rb, line 7 def self.all_classes Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end