fastlane-plugin-android_testlab_script_swit 0.1.42 → 0.1.44

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c15ca72f725c182785dc8e83d26b2da450f74c60dfe41e44bd828ee3e0cde1e4
4
- data.tar.gz: 6be234529f0c6764906ba4c4aa2a335ec71afabeaf52d8c3f60d80f6f21705e1
3
+ metadata.gz: c1e83b53bbf912cf6731e453639a218b03bacd388974542111478aeff31d7a30
4
+ data.tar.gz: 83a1b728e78eea64ce33c11289a62f68bf7a0790fb22f27752eb9fadad75daef
5
5
  SHA512:
6
- metadata.gz: bbe5dcf6aee2a3a5c90e643ec8f376e7ac32b59d44ab8f35c6ccab286011c1cedde767276fbf37a01f79db10deffed64eed1197d6c3267af48e07fddd6f6313c
7
- data.tar.gz: a01b4db94d039dc74017ff75e17b224622a5d3f2fe9801f569650918b5c8323d5346e105fb998db8d01c4a079dea26d417e41b80c141cf1403a582e22e0f1353
6
+ metadata.gz: 517fca216bdcefafda5058f001f16478636d73deaf8494af48b136f50d0ef610d4993eaf0eb7222c18dcf3fd94c4bbe18d6eca917d8c7692cc3474aff8f52292
7
+ data.tar.gz: 7ab86e2d0f617e9ee85af5981060b01c578e00028017249565905d57d2ca950ece9b32860195aa522e0470885072cd1606756170eda8fe6f5954cef2535482e0
@@ -24,9 +24,7 @@ module Fastlane
24
24
  robo_script_option = params[:robo_script_path].nil? ? "" : "--robo-script #{params[:robo_script_path]} "
25
25
 
26
26
  # Run Firebase Test Lab
27
- UI.message(params[:gcloud_components_channel])
28
-
29
- Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
27
+ result_url = Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
30
28
  "--app #{params[:app_apk]} "\
31
29
  "#{"--test #{params[:app_test_apk]} " unless params[:app_test_apk].nil?}"\
32
30
  "#{"--use-orchestrator " if params[:type] == "instrumentation" && params[:use_orchestrator]}"\
@@ -39,10 +37,9 @@ module Fastlane
39
37
  "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}"
40
38
  )
41
39
 
42
- # wait_for_test_to_complete(test_results_url)
43
-
44
40
  # json = JSON.parse(File.read(params[:console_log_file_name]))
45
41
  # UI.message("Test status: #{json}")
42
+
46
43
  #
47
44
  # # Fetch results
48
45
  # download_dir = params[:download_dir]
@@ -32,7 +32,7 @@ module Fastlane
32
32
  Action.sh("gcloud auth activate-service-account --key-file #{gcloud_key_file}")
33
33
  end
34
34
 
35
- def self.run_tests(arguments)
35
+ def self.run_tests(gcloud_components_channel, arguments)
36
36
  UI.message("Test running...")
37
37
  Action.sh("set +e; gcloud#{' ' + gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
38
38
  # Action.sh("set +e; gcloud #{gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
@@ -142,4 +142,4 @@ module Fastlane
142
142
  return prefix, comment
143
143
  end
144
144
  end
145
- end
145
+ end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.42"
3
+ VERSION = "0.1.44"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-android_testlab_script_swit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.42
4
+ version: 0.1.44
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이