Module: Fastlane::Saucectl

Defined in:
lib/fastlane/plugin/saucectl.rb,
lib/fastlane/plugin/saucectl/version.rb,
lib/fastlane/plugin/saucectl/helper/api.rb,
lib/fastlane/plugin/saucectl/helper/config.rb,
lib/fastlane/plugin/saucectl/helper/runner.rb,
lib/fastlane/plugin/saucectl/helper/suites.rb,
lib/fastlane/plugin/saucectl/helper/xctest.rb,
lib/fastlane/plugin/saucectl/helper/storage.rb,
lib/fastlane/plugin/saucectl/helper/espresso.rb,
lib/fastlane/plugin/saucectl/helper/installer.rb

Defined Under Namespace

Classes: Api, ConfigGenerator, Espresso, Installer, Runner, Storage, Suites, XCTest

Constant Summary collapse

UI =
FastlaneCore::UI
VERSION =
'0.1.12.pre'.freeze

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



7
8
9
# File 'lib/fastlane/plugin/saucectl.rb', line 7

def self.all_classes
  Dir[File.expand_path('**/actions/*_action.rb', File.dirname(__FILE__))]
end