module Fastlane::Commands

Public Class Methods

auth() click to toggle source
# File lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb, line 7
def self.auth
  "gcloud auth activate-service-account"
end
config() click to toggle source
# File lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb, line 3
def self.config
  "gcloud config set project"
end
delete_resuls() click to toggle source
# File lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb, line 19
def self.delete_resuls
  "gsutil rm -r"
end
download_results() click to toggle source
# File lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb, line 15
def self.download_results
  "gsutil -m cp -r"
end
run_tests() click to toggle source
# File lib/fastlane/plugin/run_tests_firebase_testlab/commands/commands.rb, line 11
def self.run_tests
  "gcloud firebase test android run"
end