module Fastlane::RunTestsFirebaseTestlab
Constants
- VERSION
Public Class Methods
all_classes()
click to toggle source
Return all .rb files inside the “actions” and “commands” directory
# File lib/fastlane/plugin/run_tests_firebase_testlab.rb, line 6 def self.all_classes Dir[File.expand_path('**/{actions,commands}/*.rb', File.dirname(__FILE__))] end