fastlane-plugin-maestro_orchestration 0.1.3 → 0.1.4
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 98d193787d569007ba647b4b869f49c9bba679fb399d6affad790eafa4df24cc
|
|
4
|
+
data.tar.gz: 24fb81983dc0fda7cb678ec383804a33786e530e62a272676cbfe3370afffcf0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 457bece3613f4822125740a8cecc757a49d5759c42e417cf97beeccb5ce93ac7ffc626bf129181dd5ebf22bbf144a64c593649216b9b80a0b76d875badef940a
|
|
7
|
+
data.tar.gz: 5122107c7b68c4f4e953fae8356bbbeaa15248520c906fb9218f86f89fcdce14202bd76ef48df9976404153c067dda57f8e1ac28d8af4668556ad439845d6755
|
|
@@ -27,7 +27,7 @@ module Fastlane
|
|
|
27
27
|
simulators_list = `xcrun simctl list devices`.strip
|
|
28
28
|
device_status = simulators_list.match(/#{Regexp.quote(params[:simulator_name])}.*\(([^)]+)\) \(([^)]+)\)/)
|
|
29
29
|
device_id = device_status[1]
|
|
30
|
-
|
|
30
|
+
sh("maestro --device #{device_id} test #{params[:maestro_flow_file]}")
|
|
31
31
|
UI.success("Finished Maestro tests on iOS.")
|
|
32
32
|
|
|
33
33
|
UI.message("Killing iOS simulator...")
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fastlane-plugin-maestro_orchestration
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nemanja Risteski
|
|
8
8
|
bindir: bin
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: fastlane-plugin-android_emulator
|
|
@@ -62,7 +62,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
62
62
|
- !ruby/object:Gem::Version
|
|
63
63
|
version: '0'
|
|
64
64
|
requirements: []
|
|
65
|
-
rubygems_version:
|
|
65
|
+
rubygems_version: 4.0.16
|
|
66
66
|
specification_version: 4
|
|
67
67
|
summary: Plugin for maestro testing framework.
|
|
68
68
|
test_files: []
|