fastlane-plugin-android_testlab_script_swit 0.1.47 → 0.1.49

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: 67e14d7904aaaa7e7740b6e7aa111791fbc107a031b6a831a343907783c9ef89
4
- data.tar.gz: cec9149da9a22ee771539ed649ef4e598327efd8413b7134e0073b9e40b924dc
3
+ metadata.gz: d51ef5a1520ffb1564a21e846ec0615774fbbae6b4dae0ee9234df61081a7ff0
4
+ data.tar.gz: dcb28508be10f15194d5778f6eb44a03c8d26e31a11f8013e20363c017154fb2
5
5
  SHA512:
6
- metadata.gz: 0e21d6f129a9fd51b3b1827ba107c2e90f18c31f04f90cbf762a97ed09db36dd12624f6d3608b32e23e0c8c5900810919a9f05586fda2a09cfcc5ebde1db0be5
7
- data.tar.gz: 941d18ba78edd5013dc6a3a1960994d35d1e306efb4b0fd061997d938fc235290f18680689a452fdb9a5930527f4a62d6d736a765ea1c5bd0e9b5578882819e6
6
+ metadata.gz: d8a0a9ebb48abcb5991c709773932ba5cb0c3768ad1d4fd61136e79f365987d2d12d519b04656508f820462b66fdd9356a53c37406df7f7a588907cfc39c42c2
7
+ data.tar.gz: 476d63c03799eba4bd0294d1b83c394027da0a8fabf1fc1e33783061b3c77f5b7fdfbd092a50270cf48377b46eee8b771404699a81f5dbb7fc8d4dceb0371f3c
@@ -23,6 +23,8 @@ module Fastlane
23
23
  # RoboScriptOption Add
24
24
  robo_script_option = params[:robo_script_path].nil? ? "" : "--robo-script #{params[:robo_script_path]} "
25
25
 
26
+ UI.message(params[:gcloud_components_channel])
27
+
26
28
  # Run Firebase Test Lab
27
29
  result_url = Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
28
30
  "--app #{params[:app_apk]} "\
@@ -34,9 +34,14 @@ module Fastlane
34
34
 
35
35
  def self.run_tests(gcloud_components_channel, arguments)
36
36
  UI.message("Test running...")
37
- Action.sh("set +e; gcloud#{' ' + gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
38
- # Action.sh("set +e; gcloud #{gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
39
- # Action.sh("set +e; gcloud stable firebase test android run #{arguments}; set -e")
37
+
38
+ Action.sh("set +e; gcloud #{gcloud_components_channel} firebase test android run #{arguments}; set -e")
39
+
40
+ # 커스텀 1
41
+ # Action.sh("set +e; gcloud#{' ' + gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
42
+
43
+ # 원본
44
+ # Action.sh("set +e; gcloud #{gcloud_components_channel unless gcloud_components_channel == "stable"} firebase test android run #{arguments}; set -e")
40
45
  end
41
46
 
42
47
  def self.copy_from_gcs(bucket_and_path, copy_to)
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.47"
3
+ VERSION = "0.1.49"
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.47
4
+ version: 0.1.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이