browsenator 1.1.1 → 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
- SHA1:
3
- metadata.gz: e92b28da1e6c1430a0086b32892212542aa166f0
4
- data.tar.gz: e058c5f20090410634b1ac4b132e9377d34fc1d5
2
+ SHA256:
3
+ metadata.gz: 1df300ccd6a8a359e00fe075bad072d7d090509afcad1121ba9e308dc41ec5b6
4
+ data.tar.gz: 275b6e48ed9eecc171345cc05d9740760b70eb9979fb9fcf3f9e38038421778a
5
5
  SHA512:
6
- metadata.gz: afbe17523c0665005930fb4956b00b0cbde9869de8a44b5c9473209f4285fc4d16b671c575c68b0c64783cf8ce2da90bc46f5925337bf91178aaedc1b8ffaf8e
7
- data.tar.gz: c0ce17449c3f224b3ea2f751938c4e0bc467ac672cad70e6a0a07066472aafb04eeebd0718c409d9dd2af244614b1b698cde50aba5f02521cf2389ff866f5866
6
+ metadata.gz: 64e855a051d847a9d8d2f36cc5ed0dcbabae6466bdca31966dc50bd8c42bbb017a127f736e46dd15fa057b0fbdf2eacd15dee06a97d9607e8b50cc028d6731d3
7
+ data.tar.gz: d85f9a4a1710d2e1d2efb78de50ce77a31bc6229f3d9759ba4a523d956e821aea9f1ccd0beab500fabd62413d73ab66a03957016049cf49be849a4fb94609a0a
data/README.md CHANGED
@@ -3,6 +3,10 @@
3
3
 
4
4
  Browsenator is a Watir wrapper to make starting local and remote browsers easier.
5
5
 
6
+ Big thanks to Browserstack for allowing us to use their tool for developing this project.
7
+
8
+ [![Browserstack](https://user-images.githubusercontent.com/9199692/40190142-59ef2694-59fe-11e8-87fa-77aaec1e2575.png)](https://www.browserstack.com)
9
+
6
10
  ## Installation
7
11
 
8
12
  Install Browsenator as a Gem from git:
@@ -60,3 +64,12 @@ The code follows [Ruby Style Guidelines](https://github.com/bbatsov/ruby-style-g
60
64
 
61
65
  Code coverage is automatically generated when rspec is run. A full report can be viewed by opening coverage/index.html (target is > 90%).
62
66
 
67
+ ### Adding more remote Browserstack browsers
68
+
69
+ Go to Browserstack [capabilities section for Ruby](https://www.browserstack.com/automate/ruby#configure-capabilities) and select the operating system and browser you would like to add.
70
+ Use the capabilities Browserstack provides to start the new browser.
71
+
72
+ ### Testing
73
+
74
+ Testing of remote Browserstack browsers has been conducted integrating with them directly thanks to the license they provided for this open source project. Thanks!
75
+
@@ -2,11 +2,11 @@ module Browsenator
2
2
  module Local
3
3
  module WindowSize
4
4
  def width
5
- 1024
5
+ 1004
6
6
  end
7
7
 
8
8
  def height
9
- 640
9
+ 748
10
10
  end
11
11
  end
12
12
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: browsenator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aida Manna
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-17 00:00:00.000000000 Z
11
+ date: 2018-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: watir
@@ -160,7 +160,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
160
160
  version: '0'
161
161
  requirements: []
162
162
  rubyforge_project:
163
- rubygems_version: 2.6.14
163
+ rubygems_version: 2.7.7
164
164
  signing_key:
165
165
  specification_version: 4
166
166
  summary: Easily start different browsers