fastlane-plugin-android_testlab_script_swit 0.1.937 → 0.1.941

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: 1ec133e547479ac93029a13a2e8fb14508ca04d666ecb4a623bf6d0567f3e77d
4
- data.tar.gz: ec8d2241a91e8050ee9cdc898035c92713a3cd282d6f6ada50e1c5d8a124a563
3
+ metadata.gz: 35867b83b995fcd08db4e5cc8474dc1f5c5f6da77577ad22ff9e1ff428f1320a
4
+ data.tar.gz: 62fc141bbfb8e019c5edccb69fe0e926453b2482b2ffde1b32ecaed6ac5b3c54
5
5
  SHA512:
6
- metadata.gz: f5e5f7c1fd0c6e5367fc4524c32ae1ca3e037c41c3403a74495cd760a3d152521a4c09780e71c66866095979716f86166195dff3c3200fbd106489e137abf8bd
7
- data.tar.gz: e8c269cdb5e19d897dc54e25d29f603464f950665ebe2c69b927116f1f6a3da69ef40fef806d774f9273b6e8789e885ae15e40c9c23f464f68694cd94786d8d6
6
+ metadata.gz: 7af49c609f76b24dc75c95e611db8ac5d7a2bb14c8e2f4df1ea781dc70b60f6957df8eb88ce3e236402f644b40cfac08f6623b1bd75913838f01bd488582228e
7
+ data.tar.gz: 88527004265e9308900d9f9748154ae223a6e973be91eab0376c698f2cb385a4e0e056e1f11c20bfa75c1ddb70c07029230c8df20cdcd2c6fd10d5c9f2db85ad
@@ -32,25 +32,12 @@ module Fastlane
32
32
  # 딜레이
33
33
  params[:devices].each_with_index do |device, index|
34
34
  # 딜레이 추가
35
- sleep(index * 60) # 각 디바이스별로 1분씩 증가하는 딜레이
36
-
37
- # Run Firebase Test Lab for the current device
38
- Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
39
- "--app #{params[:app_apk]} "\
40
- "#{"--test #{params[:app_test_apk]} " unless params[:app_test_apk].nil?}"\
41
- "#{"--use-orchestrator " if params[:type] == "instrumentation" && params[:use_orchestrator]}"\
42
- "--device model=#{device[:model]},version=#{device[:version]},locale=#{device[:locale]},orientation=#{device[:orientation]} "\
43
- "--timeout #{params[:timeout]} "\
44
- "--results-bucket #{results_bucket} "\
45
- "--results-dir #{results_dir} "\
46
- "#{params[:extra_options]} "\
47
- "#{robo_script_option}"\
48
- "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}"
49
- )
35
+ sleep(index * 30) # 각 디바이스별로 1분씩 증가하는 딜레이
36
+
50
37
  end
51
38
 
52
39
 
53
- #Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
40
+ Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
54
41
  "--app #{params[:app_apk]} "\
55
42
  "#{"--test #{params[:app_test_apk]} " unless params[:app_test_apk].nil?}"\
56
43
  "#{"--use-orchestrator " if params[:type] == "instrumentation" && params[:use_orchestrator]}"\
@@ -60,7 +47,8 @@ module Fastlane
60
47
  "--results-dir #{results_dir} "\
61
48
  "#{params[:extra_options]} "\
62
49
  "#{robo_script_option}"\
63
- "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}" )
50
+ "--format=json 1>#{Helper.if_need_dir(params[:console_log_file_name])}"
51
+ )
64
52
 
65
53
  # Fetch results
66
54
  download_dir = params[:download_dir]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.937"
3
+ VERSION = "0.1.941"
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.937
4
+ version: 0.1.941
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이