ruby-mobile-appium-template 1.1.1 → 1.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: 8d94362babb8b06c6fbc979a2214bf8ff299531b6f9720ce7bf1f1c192db7d87
4
- data.tar.gz: c6b84ede61361825ab61e9e3810f3e465f601b0ad5e3e7be839b46110c6ca94c
3
+ metadata.gz: 417f8d78b2f4a5652ff4c694e78c726de658bb455bc02155e4f2a5fd5d9c5dd6
4
+ data.tar.gz: 4853ac848ed1abec25e40d3083bb0b202da164f2bd5cbe398adfd315a991c3d5
5
5
  SHA512:
6
- metadata.gz: 7c2df95310169ee95b40479c3f9acc829f7126ec207eb3792416393c4e3ed3cdd1e8e4d150bf5d3c58783a3603068a4250ad2ab7468f04322b789fe3f3101eaf
7
- data.tar.gz: 235e3de849709d0d752f3b73fba66308202eaaaf113ceedd7b6b2d98beeb5a1890ea8646bc611facd41c655dd52a2bf681f703abbc4029ffea053754acfd4890
6
+ metadata.gz: 7c0c68e8f93e15865769fb59a2463df8d3eb27703151a19e0d27c4f4bdbbfcf1416458bc22a027f935dd1a22cf279194c6ab3b12353daf25912bf76b1369564f
7
+ data.tar.gz: 2fb2aeb5ab41a404305a698cc79ac6d2af48ba5e964e6f7b2d306fc468fa126202e713673eafe10b41c1db3b5f242dd79da728bde54e0d32b1bfae74cd63ae93
data/lib/ruby_appium.rb CHANGED
@@ -5,7 +5,7 @@ require "fileutils"
5
5
  class RubyAppium < Thor::Group
6
6
  include Thor::Actions
7
7
 
8
- VERSION = "1.1.1"
8
+ VERSION = "1.1.4"
9
9
 
10
10
  argument :dir_name
11
11
 
@@ -0,0 +1,18 @@
1
+ [caps]
2
+ automationName = "XCUITest"
3
+ platformName = "iOS"
4
+
5
+ deviceName = "iPhone 11"
6
+ platformVersion = "13.2"
7
+
8
+ deviceName = "moto g(7) play"
9
+ app = "./app/ios/Runner.app"
10
+ udid = "54A4C77B-6E4C-46B8-883E-2BF7EA2B2F63"
11
+
12
+ autoAcceptAlerts = true
13
+ autoGrantPermissions = true
14
+
15
+ [appium_lib]
16
+ wait = 20
17
+ debug = false
18
+ export_session = true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-mobile-appium-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roger Fernandes
@@ -148,6 +148,7 @@ files:
148
148
  - lib/ruby_appium.rb
149
149
  - templates/Gemfile
150
150
  - templates/Rakefile
151
+ - templates/appium.txt
151
152
  - templates/cucumber.yml
152
153
  - templates/features/login/data/login.yaml
153
154
  - templates/features/login/elements/screen_mappings_home.yaml