ruby-mobile-appium-template 1.1.2 → 1.1.3

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: e828e92fb65e0adbb38a463d62c5c463a79f0d340269511798c8cefe18a49373
4
- data.tar.gz: 7e89fd2ed52f856547ca656a4fc7f5f8c811c545b4e966faf0dd348fb4bc489a
3
+ metadata.gz: 365028a9e9bd7bf7b63b190b412d841f606931d50c7d5473f2a33d2534911e76
4
+ data.tar.gz: 53cf7480901ed3fe6e2e71465b8ae86ef5a9125ba0d6200ae8f3b9c38b526f94
5
5
  SHA512:
6
- metadata.gz: 82f4131934d19ab4d22078931c1eccc2faa10f6a6d2b70574e3ac540d6c54a9d4f60587861e0de020eba9956f6ddc46a153e1dbcf27acc1aeacc1ecbc49b0fc3
7
- data.tar.gz: 75d4195d5c33b8b172144f6874f0937583cd3879c01f55685b3ce700acbba3b349bc9cf9e18dcceb882de4a5049f48a0a6f3abd1e2efc44716bbbad384e0ba82
6
+ metadata.gz: 19707f78c3520c994cc65f1b294bd58c42840918fa814d4d2b16e2d1f175d55ecd645cfcb0da4770c16b1eb032fe89d4c5907d8be733561eae161bea8d43d99c
7
+ data.tar.gz: e9cfbf6a763057f966269338f84830fccedc68d328cdfb89b3ecf5275a5c74159832212879a6a3692cf80e9944ff784b2e059b532394c11effc8fa1ac77ff3fe
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.2"
8
+ VERSION = "1.1.3"
9
9
 
10
10
  argument :dir_name
11
11
 
@@ -109,7 +109,6 @@ class RubyAppium < Thor::Group
109
109
  template "Gemfile"
110
110
  template "Rakefile"
111
111
  template "cucumber.yml"
112
- template "appium.txt"
113
112
  end
114
113
  end
115
114
 
@@ -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.2
4
+ version: 1.1.3
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/config/ios/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