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/xctest.rb,
lib/fastlane/plugin/saucectl/helper/storage.rb,
lib/fastlane/plugin/saucectl/helper/espresso.rb,
lib/fastlane/plugin/saucectl/helper/installer.rb,
lib/fastlane/plugin/saucectl/helper/ios_suites.rb,
lib/fastlane/plugin/saucectl/helper/android_suites.rb
Defined Under Namespace
Classes: AndroidSuites, Api, ConfigGenerator, Espresso, Installer, IosSuites, Runner, Storage, XCTest
Constant Summary collapse
- VERSION =
'0.1.5'.freeze
Class Method Summary collapse
Class Method Details
.all_classes ⇒ Object
5 6 7 |
# File 'lib/fastlane/plugin/saucectl.rb', line 5 def self.all_classes Dir[File.('*/{actions,helper}/*.rb', File.dirname(__FILE__))] end |