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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a54c2b480d46a6df9f16bfe1882a1356c4800f9a516b6dee5411702c3f6082fa
|
4
|
+
data.tar.gz: f132d5b6e9979bf41a4f95bbf8cd8ee8acd7bb65287c5c08cb038bd1f938799e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 24e1ea54d27e1a22aed8d370dbb7cb2a2ffb49563b949e38f6983ab536df9a12bb9379073f4fd0ca17dea8f550f5063c727dfafb4ebde96e4caf7aa37197f1c5
|
7
|
+
data.tar.gz: f1b92e5f991e30b64a590c3291e2add26a82619c21e60e41cdabbbedd18f44bf1ce2acfe50deae4a3ef7c8114d319d3d698ad3a4aca6d037de51752cbbe78c66
|
data/lib/fastlane/plugin/android_testlab_script_swit/actions/android_testlab_script_swit_action.rb
CHANGED
@@ -26,14 +26,14 @@ module Fastlane
|
|
26
26
|
UI.message(params[:gcloud_components_channel])
|
27
27
|
|
28
28
|
# Run Firebase Test Lab
|
29
|
-
|
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
|
-
|
36
|
-
|
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])}"
|