fastlane-plugin-android_testlab_script_swit 0.1.50 → 0.1.51

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: bf91af8f98f7bec610f1f8b5a8bb5d13f1fe338667372cd53ce5328c43d1b55f
4
- data.tar.gz: 5ffd10a60d0490502c37d05dd94c93b05cd21edd849c901078ddfd7ce7f76b70
3
+ metadata.gz: a54c2b480d46a6df9f16bfe1882a1356c4800f9a516b6dee5411702c3f6082fa
4
+ data.tar.gz: f132d5b6e9979bf41a4f95bbf8cd8ee8acd7bb65287c5c08cb038bd1f938799e
5
5
  SHA512:
6
- metadata.gz: df837f897bc70e58b2f147829a9a6bf4627885c132e3b72e48547d7406e4f19b7146a199e95a3421e4b0fb42241da742f08bdd53f22af9a11cee6c11c5d96d9e
7
- data.tar.gz: f507340187901d1e87a301bc308e5f7e8372579b7bbdfa0b363e3112aaf2de28c51c149aae0217d1125e7e1bdfd88b0ed9b7a93f30d301895f8806b5cd0892a2
6
+ metadata.gz: 24e1ea54d27e1a22aed8d370dbb7cb2a2ffb49563b949e38f6983ab536df9a12bb9379073f4fd0ca17dea8f550f5063c727dfafb4ebde96e4caf7aa37197f1c5
7
+ data.tar.gz: f1b92e5f991e30b64a590c3291e2add26a82619c21e60e41cdabbbedd18f44bf1ce2acfe50deae4a3ef7c8114d319d3d698ad3a4aca6d037de51752cbbe78c66
@@ -26,14 +26,14 @@ module Fastlane
26
26
  UI.message(params[:gcloud_components_channel])
27
27
 
28
28
  # Run Firebase Test Lab
29
- result_url = Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
29
+ Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
30
30
  "--app #{params[:app_apk]} "\
31
31
  "#{"--test #{params[:app_test_apk]} " unless params[:app_test_apk].nil?}"\
32
32
  "#{"--use-orchestrator " if params[:type] == "instrumentation" && params[:use_orchestrator]}"\
33
33
  "#{params[:devices].map { |d| "--device model=#{d[:model]},version=#{d[:version]},locale=#{d[:locale]},orientation=#{d[:orientation]} " }.join}"\
34
34
  "--timeout #{params[:timeout]} "
35
- # "--results-bucket #{results_bucket} "\
36
- # "--results-dir #{results_dir} "\
35
+ "--results-bucket #{results_bucket} "\
36
+ "--results-dir #{results_dir} "
37
37
  # "#{params[:extra_options]} "\
38
38
  # "#{robo_script_option}"\
39
39
  # "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}"
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.50"
3
+ VERSION = "0.1.51"
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.50
4
+ version: 0.1.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이