fastlane-plugin-android_testlab_script_swit 0.1.41 → 0.1.42

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: 3f43cd025f76462e342f60dd4f7fdccb9a7ea7ec7ddf4a3c8a2144b3013d1cf8
4
- data.tar.gz: 4ee43a961f63ad9ad8348ae99506942459654c03c3133e320c07b3043441dd19
3
+ metadata.gz: c15ca72f725c182785dc8e83d26b2da450f74c60dfe41e44bd828ee3e0cde1e4
4
+ data.tar.gz: 6be234529f0c6764906ba4c4aa2a335ec71afabeaf52d8c3f60d80f6f21705e1
5
5
  SHA512:
6
- metadata.gz: 5b915749f9018750823238b0c143f2ce1b1684170a16614ba579170c2aa349458acc0e59cab7599084be4add92315c500b9ce78a13c666e5873ff6e9b88455e0
7
- data.tar.gz: 455ab232f0626de3d45321a3f09519d0d39387dc6e768648ed0f45c81110be49ec786a8630dce0ef4962e1b6fbd9a709ccc148006bf77345f1e600a83615972f
6
+ metadata.gz: bbe5dcf6aee2a3a5c90e643ec8f376e7ac32b59d44ab8f35c6ccab286011c1cedde767276fbf37a01f79db10deffed64eed1197d6c3267af48e07fddd6f6313c
7
+ data.tar.gz: a01b4db94d039dc74017ff75e17b224622a5d3f2fe9801f569650918b5c8323d5346e105fb998db8d01c4a079dea26d417e41b80c141cf1403a582e22e0f1353
@@ -24,7 +24,9 @@ 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
- Helper.run_tests("--type #{params[:type]} "\
27
+ UI.message(params[:gcloud_components_channel])
28
+
29
+ Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
28
30
  "--app #{params[:app_apk]} "\
29
31
  "#{"--test #{params[:app_test_apk]} " unless params[:app_test_apk].nil?}"\
30
32
  "#{"--use-orchestrator " if params[:type] == "instrumentation" && params[:use_orchestrator]}"\
@@ -34,8 +34,9 @@ module Fastlane
34
34
 
35
35
  def self.run_tests(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")
37
38
  # 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 stable firebase test android run #{arguments}; set -e")
39
+ # Action.sh("set +e; gcloud stable firebase test android run #{arguments}; set -e")
39
40
  end
40
41
 
41
42
  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.41"
3
+ VERSION = "0.1.42"
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.41
4
+ version: 0.1.42
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이