testcentricity_web 2.0.1 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0686607dabcb90195da5b0925bf68b2d137bd0a1
4
- data.tar.gz: 0a90b8b208c72831c558ee8d73de8ead824d0a0e
3
+ metadata.gz: d0413d7f56a74512b41a9b733e2ca00ab95fd569
4
+ data.tar.gz: 2f3f5678e508dfab93d4566ae82ed738bde3ee0b
5
5
  SHA512:
6
- metadata.gz: db36fd533cd36b4b8d7eaa22c93285439fb6d4b404961e8311d3850447044220c364c3ac61b57d91942cf372bac1400384eb7f32cac05363e9aac00748a92dbc
7
- data.tar.gz: 47014feed7a3787389b699a54b3e9decf57c4348449a076db9a6f1ba88677586b1409fdc05113cad0c64180717db5c0832cc49bcc003cd646d12bda0c7057e9d
6
+ metadata.gz: 232c40990ffe512a27dcb95643c2e7756add7aa02fed25163d5e04168dc3f42e2a69e38582d6313c0f426b93323a18f8d563bb2d3d0e5cb59e98892702eeefb4
7
+ data.tar.gz: bffad447baba8ed5172b6502153de27bac1fb7b2a5b5abaa804e5d9a3031047146316db19c6abbf682efa47e2c18592787938fd28449e820aa4d417636395ad9
data/README.md CHANGED
@@ -414,7 +414,7 @@ Supported **UI Element** elementTypes and their declarations have the following
414
414
 
415
415
  class SamplePage < TestCentricity::PageObject
416
416
 
417
- button :button_name, 'locator'
417
+ button :button_name, locator
418
418
  textfield :field_name, locator
419
419
  checkbox :checkbox_name, locator
420
420
  radio :radio_button_name, locator
@@ -744,6 +744,9 @@ mobile web browsers, the `WEB_BROWSER` Environment Variable must be set to one o
744
744
  `nexus6` |`firefox` or `chrome` |411 x 731 |portrait |Android 6.0.1
745
745
  `pixel` |`firefox` or `chrome` |411 x 731 |portrait |Android 7.1
746
746
  `pixel_xl` |`firefox` or `chrome` |411 x 731 |portrait |Android 7.1
747
+ `samsung_galaxy_s4` |`firefox` or `chrome` |360 x 640 |portrait |Android 5.0.1
748
+ `samsung_galaxy_s5` |`firefox` or `chrome` |360 x 640 |portrait |Android 6.0.1
749
+ `samsung_galaxy_s6` |`firefox` or `chrome` |360 x 640 |portrait |Android 6.0.1
747
750
  `windows_phone7` |`firefox` or `chrome` |320 x 480 |portrait |Windows Phone OS 7.5
748
751
  `windows_phone8` |`firefox` or `chrome` |320 x 480 |portrait |Windows Phone OS 8.0
749
752
  `blackberry_z10` |`firefox` or `chrome` |384 x 640 |portrait |BlackBerry 10 OS
@@ -974,6 +977,9 @@ service(s) that you intend to connect with.
974
977
  google_nexus7: WEB_BROWSER=google_nexus7 HOST_BROWSER=firefox <%= mobile %>
975
978
  google_nexus9: WEB_BROWSER=google_nexus9 HOST_BROWSER=firefox <%= mobile %>
976
979
  google_nexus10: WEB_BROWSER=google_nexus10 HOST_BROWSER=firefox <%= mobile %>
980
+ samsung_galaxy_s4: WEB_BROWSER=samsung_galaxy_s4 HOST_BROWSER=firefox <%= mobile %>
981
+ samsung_galaxy_s5: WEB_BROWSER=samsung_galaxy_s5 HOST_BROWSER=firefox <%= mobile %>
982
+ samsung_galaxy_s6: WEB_BROWSER=samsung_galaxy_s6 HOST_BROWSER=firefox <%= mobile %>
977
983
  pixel: WEB_BROWSER=pixel HOST_BROWSER=firefox <%= mobile %>
978
984
  pixel_xl: WEB_BROWSER=pixel_xl HOST_BROWSER=firefox <%= mobile %>
979
985
  windows_phone7: WEB_BROWSER=windows_phone7 HOST_BROWSER=firefox <%= mobile %>
@@ -52,6 +52,24 @@ nexus6:
52
52
  :css_height: 731
53
53
  :default_orientation: portrait
54
54
  :user_agent: "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 6P Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.83 Mobile Safari/537.36"
55
+ :samsung_galaxy_s4:
56
+ :name: "Samsung Galaxy S4"
57
+ :css_width: 360
58
+ :css_height: 640
59
+ :default_orientation: portrait
60
+ :user_agent: "Mozilla/5.0 (Linux; Android 5.0.1; SAMSUNG SCH-I545 4G Build/LRX22C) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/2.1 Chrome/34.0.1847.76 Mobile Safari/537.36"
61
+ :samsung_galaxy_s5:
62
+ :name: "Samsung Galaxy S5"
63
+ :css_width: 360
64
+ :css_height: 640
65
+ :default_orientation: portrait
66
+ :user_agent: "Mozilla/5.0 (Linux; Android 6.0.1; SM-G900V Build/MMB29M) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.98 Mobile Safari/537.36"
67
+ :samsung_galaxy_s6:
68
+ :name: "Samsung Galaxy S6 Edge"
69
+ :css_width: 360
70
+ :css_height: 640
71
+ :default_orientation: portrait
72
+ :user_agent: "Mozilla/5.0 (Linux; Android 6.0.1; SAMSUNG SM-G925F Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/4.0 Chrome/44.0.2403.133 Mobile Safari/537.36"
55
73
  :pixel:
56
74
  :name: "Google Pixel phone"
57
75
  :css_width: 411
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '2.0.1'
2
+ VERSION = '2.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-16 00:00:00.000000000 Z
11
+ date: 2017-01-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler