fastlane-plugin-automated_test_emulator_run 0.3.1 → 0.3.2

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
  SHA1:
3
- metadata.gz: 69c2fba9cbbf17e081d4f6252dcf4bcd6a8ce5c4
4
- data.tar.gz: 2512681f130be981064a8f81b592384f2181dbda
3
+ metadata.gz: 8ec5c4d3b6c6643d08e8589cc3082d2a130a4c39
4
+ data.tar.gz: 262f8b768a3e1b9020dc7a04bb154804683297c4
5
5
  SHA512:
6
- metadata.gz: d9d45960975def2bf10d2b9139d98480399ec3933377afbe97f53c0e2badb2833b429a1c6d7ff15e147ee86748cb492ab477db35c668f96a8327d9602ea19b4d
7
- data.tar.gz: 84d9ecc33e21c6921c366d33b3e5be5dcc9d1ac0abbe58783cf09d3be41cc707eff2ac33eeb2d285e21890f96135f2758a2de0cf35cbbef93c2aa5ef871f7e2b
6
+ metadata.gz: e3699702f529e59fbfbd43df923a58aabf463870d6f20acf1484f08dbc881764d1f838f5d191b85d33a9b3221cc6b849de0d6a3c31ab1586811c6257d057e70c
7
+ data.tar.gz: 413994fec76be3a3b2ac3259e2661123ffc6d5835385e9c7a927f06484d3810c45fd2ee77f618d4e4c4453442f85a37593c662d4bc5b04e26809ddf49e7cc5ec
@@ -65,7 +65,7 @@ module Fastlane
65
65
  UI.message("Starting AVD....".yellow)
66
66
  begin
67
67
  Action.sh(start_avd_command)
68
- waitFor_emulatorBoot(sdkRoot, port)
68
+ waitFor_emulatorBoot(sdkRoot, port, params)
69
69
 
70
70
  UI.message("Starting tests".green)
71
71
  begin
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AutomatedTestEmulatorRun
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-automated_test_emulator_run
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kamil Krzyk