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 +5 -5
- data/README.md +13 -0
- data/lib/browsenator/local/window_size.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 1df300ccd6a8a359e00fe075bad072d7d090509afcad1121ba9e308dc41ec5b6
|
|
4
|
+
data.tar.gz: 275b6e48ed9eecc171345cc05d9740760b70eb9979fb9fcf3f9e38038421778a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
+
[](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
|
+
|
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.
|
|
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-
|
|
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.
|
|
163
|
+
rubygems_version: 2.7.7
|
|
164
164
|
signing_key:
|
|
165
165
|
specification_version: 4
|
|
166
166
|
summary: Easily start different browsers
|