Module: Fastlane::Commands

Defined in:
lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb

Class Method Summary collapse

Class Method Details

.authObject



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

def self.auth
  "gcloud auth activate-service-account"
end

.configObject



3
4
5
# File 'lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb', line 3

def self.config
  "gcloud config set project"
end

.delete_resulsObject



19
20
21
# File 'lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb', line 19

def self.delete_resuls
  "gsutil rm -r"
end

.download_resultsObject



15
16
17
# File 'lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb', line 15

def self.download_results
  "gsutil -m cp -r"
end

.run_testsObject



11
12
13
# File 'lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb', line 11

def self.run_tests
  "gcloud firebase test android run"
end