Ifd_Mobile 0.1.6 → 0.1.7

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