qat-cucumber 6.0.0 → 6.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/qat/cucumber/version.rb +1 -1
- data/lib/qat/formatter/console.rb +1 -0
- data/lib/qat/project/Gemfile +5 -8
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9c88dd3b6d99831b87b91b80dbe1e677b5563e7a3e7e8d2abdb97791de509cc
|
4
|
+
data.tar.gz: 3cb08d25fd39a460057fb86420e911ad33ae9d314df68c943ea5a6a09dd07741
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8e7814752a7936af6cfa8754c670e025a06d7ae35a48a02fd20f6dcf111341d4dbb27d41b4f01062e36fa3d223a14af4ef9439c37743d375a639a4f306212364
|
7
|
+
data.tar.gz: 2df7b3a8434602b19c9e73e8bba1c40123a44f7f2818c4063ea55744a05ba3b21a41f3fc774ec0dbd00d3776c3fe8e9be53f7e6174b1eb3cbece793fe5d19c92
|
data/lib/qat/cucumber/version.rb
CHANGED
@@ -65,6 +65,7 @@ module QAT
|
|
65
65
|
when :after_step
|
66
66
|
log.info "Step Done!" if @step_running
|
67
67
|
when :before_scenario
|
68
|
+
before_test_case step unless @current_feature
|
68
69
|
log.info { "Running #{@current_scenario.keyword}: \"#{format_scenario_name step}\"" }
|
69
70
|
when :before_step
|
70
71
|
log.info "Step Done!\n" if @step_running
|
data/lib/qat/project/Gemfile
CHANGED
@@ -1,13 +1,10 @@
|
|
1
1
|
source 'https://rubygems.org'
|
2
2
|
|
3
|
-
# QAT is a Cucumber-based toolkit for automating tests. (https://
|
4
|
-
gem 'qat', '~>
|
3
|
+
# QAT is a Cucumber-based toolkit for automating tests. (https://github.com/readiness-it/qat-cucumber)
|
4
|
+
gem 'qat-cucumber', '~> 6.0',
|
5
5
|
|
6
|
-
# QAT-Web is a browser controller for Web testing (
|
7
|
-
#gem 'qat-web', '~>
|
8
|
-
|
9
|
-
# Ruby headless display interface (http://leonid.shevtsov.me/en/headless)
|
10
|
-
#gem 'headless', '~> 2.3', '>= 2.3.1'
|
6
|
+
# QAT-Web is a browser controller for Web testing (https://github.com/readiness-it/qat-web)
|
7
|
+
#gem 'qat-web', '~> 6.0'
|
11
8
|
|
12
9
|
# The next generation developer focused tool for automated testing of webapps (https://github.com/seleniumhq/selenium)
|
13
|
-
#gem 'selenium-webdriver'
|
10
|
+
#gem 'selenium-webdriver'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qat-cucumber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- QAT
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-08-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -167,10 +167,11 @@ files:
|
|
167
167
|
- lib/qat/tasks/tags/test_ids/helpers.rb
|
168
168
|
- lib/qat/tasks/tags/test_ids/report.rb
|
169
169
|
- lib/qat/tasks/test.rb
|
170
|
-
homepage: https://
|
170
|
+
homepage: https://www.readinessit.com
|
171
171
|
licenses:
|
172
172
|
- GPL-3.0
|
173
|
-
metadata:
|
173
|
+
metadata:
|
174
|
+
source_code_uri: https://github.com/readiness-it/qat-cucumber
|
174
175
|
post_install_message:
|
175
176
|
rdoc_options: []
|
176
177
|
require_paths:
|
@@ -186,7 +187,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
186
187
|
- !ruby/object:Gem::Version
|
187
188
|
version: '0'
|
188
189
|
requirements: []
|
189
|
-
rubygems_version: 3.0.
|
190
|
+
rubygems_version: 3.0.6
|
190
191
|
signing_key:
|
191
192
|
specification_version: 4
|
192
193
|
summary: QAT is a Cucumber-based toolkit for automating tests.
|