testcentricity_web 0.6.0 → 0.6.1

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
2
  SHA1:
3
- metadata.gz: 2fb8bf051e24256d81fbc0d4251558dcaa032115
4
- data.tar.gz: 339e86a0105a98df17b3cb9e84e1b584ded85402
3
+ metadata.gz: 1aeb7d17e06ecee42f850b1a3bdba646e0112041
4
+ data.tar.gz: 6cbeab9c4d9481695ee543f1df4a9666a7d510f1
5
5
  SHA512:
6
- metadata.gz: a2879ff733f7d7a9c0815ed99265c2b58f1651d53e1d29101573b26b5ae97376b5b666b754fecba7ac75f95ae631844252e48e61fb2d3d2c80c8ac5b3d0ef053
7
- data.tar.gz: c2fbacd4e3819a92601b257a75aa80116f988518cfe8c4091d3fe974392679e8d8313dff748221a48aaa7400f3272cab2b58953c8e2647c82bfc44b8bf3aefb4
6
+ metadata.gz: 310e3f12b7e3b74b4c89bffe643a27c8a5eed94637cd4d5eb495691d169dc26f02e2a3b563370776a969d6f32d16e55c611703e87e54d8b8a2e50c7287fedc81
7
+ data.tar.gz: eec15327066b5722b6439c220ed5af0126cb95d6441f54f12d77bf81fecfc7a9cc98c045939d1dd3b968bede1d0e89f90c424ef77f0b1094106bb01af789bccc
data/README.md CHANGED
@@ -451,11 +451,11 @@ RESOLUTION | Possible values: 800x600, 1024x768, 1280x960, 1280x1024, 1600x1200,
451
451
 
452
452
  While you can set **Environment Variables** in the command line when invoking Cucumber, a preferred method of specifying and managing
453
453
  target web browsers is to create browser specific **Profiles** that set the appropriate **Environment Variables** for each target browser
454
- in your ***cucumber.yml*** file. Below is a list of Cucumber **Profiles** for supported locally and remotely hosted desktop and mobile
455
- web browsers (put these in in your ***cucumber.yml*** file).
454
+ in your ***cucumber.yml*** file.
456
455
 
457
- Before you can use the BrowserStack, CrossBrowserTesting, Sauce Labs, or TestingBot services, you will need to replace the placeholder
458
- text with your user account and authorization code for the cloud service(s) that you intend to connect with.
456
+ Below is a list of Cucumber **Profiles** for supported locally and remotely hosted desktop and mobile web browsers (put these in in your
457
+ ***cucumber.yml*** file). Before you can use the BrowserStack, CrossBrowserTesting, Sauce Labs, or TestingBot services, you will need to
458
+ replace the placeholder text with your user account and authorization code for the cloud service(s) that you intend to connect with.
459
459
 
460
460
  <% desktop = "--tags ~@wip --tags ~@failing --tags @desktop --require features" %>
461
461
  <% mobile = "--tags ~@wip --tags ~@failing --tags @mobile --require features" %>
@@ -1,3 +1,3 @@
1
1
  module TestCentricityWeb
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
@@ -2,7 +2,7 @@ require 'selenium-webdriver'
2
2
 
3
3
 
4
4
  module TestCentricity
5
- class WebDriverConnect
5
+ module WebDriverConnect
6
6
  include Capybara::DSL
7
7
 
8
8
  def self.initialize_web_driver(app_host = nil)
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
30
 
31
31
  spec.add_dependency 'capybara', ['>= 2.1', '< 3.0']
32
32
  spec.add_dependency 'test-unit'
33
- spec.add_dependency 'selenium-webdriver', ['>= 2.50.0', '< 2.53.0']
33
+ spec.add_dependency 'selenium-webdriver', '>= 2.50.0'
34
34
  spec.add_dependency 'poltergeist'
35
35
  spec.add_dependency 'faker', '>= 1.6.1'
36
36
  spec.add_dependency 'chronic', '>= 0.10.2'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testcentricity_web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - A.J. Mrozinski
@@ -79,9 +79,6 @@ dependencies:
79
79
  - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: 2.50.0
82
- - - "<"
83
- - !ruby/object:Gem::Version
84
- version: 2.53.0
85
82
  type: :runtime
86
83
  prerelease: false
87
84
  version_requirements: !ruby/object:Gem::Requirement
@@ -89,9 +86,6 @@ dependencies:
89
86
  - - ">="
90
87
  - !ruby/object:Gem::Version
91
88
  version: 2.50.0
92
- - - "<"
93
- - !ruby/object:Gem::Version
94
- version: 2.53.0
95
89
  - !ruby/object:Gem::Dependency
96
90
  name: poltergeist
97
91
  requirement: !ruby/object:Gem::Requirement