fastlane-plugin-android_testlab_script_swit 0.1.943 → 0.1.944

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a804dd118d286d06b07374b29e98a0762b0ccd8657796e2dff4a1c7fbb867140
4
- data.tar.gz: e4977f6cb50d1e94fdaf8033925e2ddf44496189860c40455825c541caa5d13e
3
+ metadata.gz: 2c5e9ec9360b898b05ff87fa6b64d830aa77cb1438ee5da091c12359ced4e7a5
4
+ data.tar.gz: d391ccc6c72b6b3211f3d7dec4f7d880af43e271d46931d7eb45c6ee54a29df1
5
5
  SHA512:
6
- metadata.gz: 60c1aff0b8770a25f9c7a4419f4e7bb29f0760c74c306ef09cdc9f5c5105616049f2240ebdb86bb1fd3a0c4192cb415e2db492cf4990efd12ed0ca7111b1f8e5
7
- data.tar.gz: 7e9d022a0e66bdb7a956bb6f2b86f7fffa141a8376213fa6ff93456f43578ea1711597bc97be507a329556d632b561b3b6be90b76adb27321015036a879291dc
6
+ metadata.gz: 13b9c9909895e947758227fb483f0bd24ffc243f9d952d938bd518a8e88fb48d6021597911cb0539896aa2fe1954e5301217c2568fdfbafd81871e1d443f5af7
7
+ data.tar.gz: 704f081edd9df4655f85fe6009b122abfad184a0e54dbc6032fe60d87d74f4168b4b13ccaf35879cfb0656406fd2445d486b2839dfdc845739cfec3e176dd8a3
@@ -28,15 +28,6 @@ module Fastlane
28
28
  robo_script_option = params[:robo_script_path].nil? ? "" : "--robo-script #{params[:robo_script_path]} "
29
29
 
30
30
  # Run Firebase Test Lab
31
-
32
- # 딜레이
33
- params[:devices].each_with_index do |device, index|
34
- # 딜레이 추가
35
- sleep(index * 30) # 각 디바이스별로 1분씩 증가하는 딜레이
36
-
37
- end
38
-
39
-
40
31
  Helper.run_tests(params[:gcloud_components_channel], "--type #{params[:type]} "\
41
32
  "--app #{params[:app_apk]} "\
42
33
  "#{"--test #{params[:app_test_apk]} " unless params[:app_test_apk].nil?}"\
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AndroidTestlabScriptSwit
3
- VERSION = "0.1.943"
3
+ VERSION = "0.1.944"
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.943
4
+ version: 0.1.944
5
5
  platform: ruby
6
6
  authors:
7
7
  - 나비이쁜이