qat-web 6.0.0 → 6.0.2
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 +4 -4
- data/lib/qat/web/screen/wrapper.rb +0 -9
- data/lib/qat/web/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36d974a20c829121c6411af8ba16e54d93e44b792d1890c04614b47a96213ef0
|
4
|
+
data.tar.gz: 7c938d32539620c42fa2487f9ff00c9cb4656c0b08cf15f26440974baa7662d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ea66529ce88dc50a3151655f07c1440bcb2c7467368661ed43fb5fa986964e1986314bce9cf1c25b24ec8d73797795b7ee61c4e8807aa42c6b1477515ef30166
|
7
|
+
data.tar.gz: ba281e5ee8c75f754d68402fa5b4adad6c87f24a2d9e96404512ffae68c303692fbb4fa8c7fdeaa20aac7a584f96280e8aee4cf2b3ba72b87b97d4bae1d8ef66
|
@@ -35,11 +35,6 @@ module QAT::Web
|
|
35
35
|
#@since 1.0.0
|
36
36
|
attr_reader :xvfb
|
37
37
|
|
38
|
-
# Video recording configurations exception
|
39
|
-
# @since 2.0.1
|
40
|
-
class VideoRecordingConfigError < StandardError
|
41
|
-
end
|
42
|
-
|
43
38
|
#Create a new screen.
|
44
39
|
#@param name [String] screen name
|
45
40
|
#@param options [Hash] start options
|
@@ -57,10 +52,6 @@ module QAT::Web
|
|
57
52
|
#@return [Headless] Xvfb instance
|
58
53
|
#@since 1.0.0
|
59
54
|
def start
|
60
|
-
if %w(always success failure).include?(ENV['QAT_WEB_VIDEO_MODE']) and (@options[:video].nil? or @options[:video].empty?)
|
61
|
-
raise(VideoRecordingConfigError, "Video recording configuration is missing!")
|
62
|
-
end
|
63
|
-
|
64
55
|
@xvfb = Headless.new @options
|
65
56
|
@xvfb.start
|
66
57
|
log.info "Xvfb #{name} screen started"
|
data/lib/qat/web/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qat-web
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.0.
|
4
|
+
version: 6.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- QAT
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-07-
|
11
|
+
date: 2019-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: qat-cucumber
|
@@ -251,10 +251,11 @@ files:
|
|
251
251
|
- lib/qat/web/screen/loader.rb
|
252
252
|
- lib/qat/web/screen/wrapper.rb
|
253
253
|
- lib/qat/web/version.rb
|
254
|
-
homepage: https://
|
254
|
+
homepage: https://www.readinessit.com
|
255
255
|
licenses:
|
256
256
|
- GPL-3.0
|
257
|
-
metadata:
|
257
|
+
metadata:
|
258
|
+
source_code_uri: https://github.com/readiness-it/qat-web
|
258
259
|
post_install_message:
|
259
260
|
rdoc_options: []
|
260
261
|
require_paths:
|