Ifd_Mobile 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/Ifd_Mobile/lib_web.rb +70 -69
  3. data/lib/Ifd_Mobile/methods/IFD_Assertion.rb +44 -44
  4. data/lib/Ifd_Mobile/methods/core.rb +136 -136
  5. data/lib/Ifd_Mobile/methods/lib_var.rb +53 -53
  6. data/lib/Ifd_Mobile/version.rb +1 -1
  7. data/lib/LICENSE +3 -0
  8. data/project/Gemfile +7 -7
  9. data/project/apps/TestApp/Test App 2/GestureTestViewController.h +18 -18
  10. data/project/apps/TestApp/Test App 2/GestureTestViewController.m +48 -48
  11. data/project/apps/TestApp/Test App 2/GestureTestViewController.xib +46 -46
  12. data/project/apps/TestApp/Test App 2/MyViewControllerViewController.h +42 -42
  13. data/project/apps/TestApp/Test App 2/MyViewControllerViewController.m +193 -193
  14. data/project/apps/TestApp/Test App 2/TA2AppDelegate.h +28 -28
  15. data/project/apps/TestApp/Test App 2/TA2AppDelegate.m +85 -85
  16. data/project/apps/TestApp/Test App 2/TestApp-Info.plist +40 -40
  17. data/project/apps/TestApp/Test App 2/TestApp-Prefix.pch +29 -29
  18. data/project/apps/TestApp/Test App 2/en.lproj/InfoPlist.strings +21 -21
  19. data/project/apps/TestApp/Test App 2/en.lproj/MyViewControllerViewController.xib +175 -175
  20. data/project/apps/TestApp/Test App 2/main.m +31 -31
  21. data/project/apps/TestApp/TestApp.xcodeproj/project.pbxproj +336 -336
  22. data/project/apps/TestApp/TestApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata +7 -7
  23. data/project/apps/TestApp/TestApp.xcodeproj/xcuserdata/anhpham.xcuserdatad/xcschemes/TestApp.xcscheme +88 -88
  24. data/project/apps/TestApp/TestApp.xcodeproj/xcuserdata/anhpham.xcuserdatad/xcschemes/xcschememanagement.plist +22 -22
  25. data/project/apps/TestApp/build/release-iphonesimulator/TestApp.app/Info.plist +0 -0
  26. data/project/features/android/Android_test1.feature +14 -14
  27. data/project/features/android/Android_test2.feature +14 -14
  28. data/project/features/iOS/iOS_test.feature +15 -15
  29. data/project/features/step_definitions/lib_steps/PolyClaim_homepage.rb +2 -2
  30. data/project/features/step_definitions/lib_steps/PolyClaim_loginpage.rb +3 -3
  31. data/project/features/step_definitions/repositories/android_ob_test.rb +9 -9
  32. data/project/features/step_definitions/repositories/ios_ob_test.rb +6 -6
  33. data/project/features/support/env.rb +72 -5
  34. data/project/features/support/hooks.rb +24 -24
  35. data/project/features/support/project_env.rb +41 -41
  36. metadata +45 -44
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Ifd_Mobile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anh Pham
@@ -14,62 +14,62 @@ dependencies:
14
14
  name: cucumber
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: 2.0.0
20
- - - '>='
20
+ - - ">="
21
21
  - !ruby/object:Gem::Version
22
22
  version: 1.3.18
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ~>
27
+ - - "~>"
28
28
  - !ruby/object:Gem::Version
29
29
  version: 2.0.0
30
- - - '>='
30
+ - - ">="
31
31
  - !ruby/object:Gem::Version
32
32
  version: 1.3.18
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: selenium-webdriver
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
- - - ~>
37
+ - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: 2.46.2
40
- - - '>='
40
+ - - ">="
41
41
  - !ruby/object:Gem::Version
42
42
  version: 2.46.2
43
43
  type: :runtime
44
44
  prerelease: false
45
45
  version_requirements: !ruby/object:Gem::Requirement
46
46
  requirements:
47
- - - ~>
47
+ - - "~>"
48
48
  - !ruby/object:Gem::Version
49
49
  version: 2.46.2
50
- - - '>='
50
+ - - ">="
51
51
  - !ruby/object:Gem::Version
52
52
  version: 2.46.2
53
53
  - !ruby/object:Gem::Dependency
54
54
  name: appium_lib
55
55
  requirement: !ruby/object:Gem::Requirement
56
56
  requirements:
57
- - - ~>
57
+ - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: 4.1.0
60
- - - '>='
59
+ version: 7.0.0
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
- version: 4.0.0
62
+ version: 7.0.0
63
63
  type: :runtime
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - ~>
67
+ - - "~>"
68
68
  - !ruby/object:Gem::Version
69
- version: 4.1.0
70
- - - '>='
69
+ version: 7.0.0
70
+ - - ">="
71
71
  - !ruby/object:Gem::Version
72
- version: 4.0.0
72
+ version: 7.0.0
73
73
  description: Behavior driven development (BDD) approach to write automation test script
74
74
  to test Mobile.
75
75
  email: anhpq.info@gmail.com
@@ -78,48 +78,51 @@ executables:
78
78
  extensions: []
79
79
  extra_rdoc_files: []
80
80
  files:
81
+ - bin/Ifd_Mobile
82
+ - bin/generate.rb
83
+ - bin/helper.rb
84
+ - lib/Ifd_Mobile.rb
81
85
  - lib/Ifd_Mobile/lib_web.rb
82
- - lib/Ifd_Mobile/methods/core.rb
83
86
  - lib/Ifd_Mobile/methods/IFD_Assertion.rb
87
+ - lib/Ifd_Mobile/methods/core.rb
84
88
  - lib/Ifd_Mobile/methods/lib_var.rb
85
89
  - lib/Ifd_Mobile/methods/required_files.rb
86
90
  - lib/Ifd_Mobile/version.rb
87
- - lib/Ifd_Mobile.rb
88
- - bin/generate.rb
89
- - bin/helper.rb
90
- - bin/Ifd_Mobile
91
- - project/apps/selendroid-test-app.apk
92
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/Default-568h@2x.png
93
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/InfoPlist.strings
94
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/Localizable.strings
95
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/objects-8.0+.nib
96
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/objects.nib
97
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/runtime.nib
98
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/objects-8.0+.nib
99
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/objects.nib
100
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/runtime.nib
101
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/Info.plist
102
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/PkgInfo
103
- - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/TestApp
91
+ - lib/LICENSE
92
+ - project/Gemfile
93
+ - project/Gemfile.lock
104
94
  - project/apps/TestApp/Default-568h@2x.png
105
- - project/apps/TestApp/Test App 2/en.lproj/InfoPlist.strings
106
- - project/apps/TestApp/Test App 2/en.lproj/Localizable.strings
107
- - project/apps/TestApp/Test App 2/en.lproj/MyViewControllerViewController.xib
108
95
  - project/apps/TestApp/Test App 2/GestureTestViewController.h
109
96
  - project/apps/TestApp/Test App 2/GestureTestViewController.m
110
97
  - project/apps/TestApp/Test App 2/GestureTestViewController.xib
111
- - project/apps/TestApp/Test App 2/main.m
112
98
  - project/apps/TestApp/Test App 2/MyViewControllerViewController.h
113
99
  - project/apps/TestApp/Test App 2/MyViewControllerViewController.m
114
100
  - project/apps/TestApp/Test App 2/TA2AppDelegate.h
115
101
  - project/apps/TestApp/Test App 2/TA2AppDelegate.m
116
102
  - project/apps/TestApp/Test App 2/TestApp-Info.plist
117
103
  - project/apps/TestApp/Test App 2/TestApp-Prefix.pch
104
+ - project/apps/TestApp/Test App 2/en.lproj/InfoPlist.strings
105
+ - project/apps/TestApp/Test App 2/en.lproj/Localizable.strings
106
+ - project/apps/TestApp/Test App 2/en.lproj/MyViewControllerViewController.xib
107
+ - project/apps/TestApp/Test App 2/main.m
118
108
  - project/apps/TestApp/TestApp.xcodeproj/project.pbxproj
119
109
  - project/apps/TestApp/TestApp.xcodeproj/project.xcworkspace/contents.xcworkspacedata
120
110
  - project/apps/TestApp/TestApp.xcodeproj/project.xcworkspace/xcuserdata/anhpham.xcuserdatad/UserInterfaceState.xcuserstate
121
111
  - project/apps/TestApp/TestApp.xcodeproj/xcuserdata/anhpham.xcuserdatad/xcschemes/TestApp.xcscheme
122
112
  - project/apps/TestApp/TestApp.xcodeproj/xcuserdata/anhpham.xcuserdatad/xcschemes/xcschememanagement.plist
113
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/Default-568h@2x.png
114
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/objects-8.0+.nib
115
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/objects.nib
116
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/GestureTestViewController.nib/runtime.nib
117
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/Info.plist
118
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/PkgInfo
119
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/TestApp
120
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/InfoPlist.strings
121
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/Localizable.strings
122
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/objects-8.0+.nib
123
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/objects.nib
124
+ - project/apps/TestApp/build/release-iphonesimulator/TestApp.app/en.lproj/MyViewControllerViewController.nib/runtime.nib
125
+ - project/apps/selendroid-test-app.apk
123
126
  - project/features/android/Android_test1.feature
124
127
  - project/features/android/Android_test2.feature
125
128
  - project/features/iOS/iOS_test.feature
@@ -130,8 +133,6 @@ files:
130
133
  - project/features/support/env.rb
131
134
  - project/features/support/hooks.rb
132
135
  - project/features/support/project_env.rb
133
- - project/Gemfile
134
- - project/Gemfile.lock
135
136
  homepage: https://rubygems.org/gems/ifd_mobile
136
137
  licenses:
137
138
  - MIT
@@ -142,17 +143,17 @@ require_paths:
142
143
  - lib
143
144
  required_ruby_version: !ruby/object:Gem::Requirement
144
145
  requirements:
145
- - - '>='
146
+ - - ">="
146
147
  - !ruby/object:Gem::Version
147
148
  version: 1.9.3
148
149
  required_rubygems_version: !ruby/object:Gem::Requirement
149
150
  requirements:
150
- - - '>='
151
+ - - ">="
151
152
  - !ruby/object:Gem::Version
152
153
  version: '0'
153
154
  requirements: []
154
155
  rubyforge_project:
155
- rubygems_version: 2.0.14.1
156
+ rubygems_version: 2.4.6
156
157
  signing_key:
157
158
  specification_version: 4
158
159
  summary: SELENIUM WEBDRIVER WITH RUBY & CUCUMBER