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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e92379991eb1d96103670c226b80c22ed8bc8f10d6eda381be8a0b61bd336b33
4
- data.tar.gz: 1bf523ec09958f3b5a43815ef178974b858967a69a306fe8cd3b441c584e581f
3
+ metadata.gz: 36d974a20c829121c6411af8ba16e54d93e44b792d1890c04614b47a96213ef0
4
+ data.tar.gz: 7c938d32539620c42fa2487f9ff00c9cb4656c0b08cf15f26440974baa7662d6
5
5
  SHA512:
6
- metadata.gz: fc9bc0ccb6e9fc2f49778ccb9840927fea4d8040f53867ef2781817628b8ffad45f585762653274cded93d8fad2e1ae577dab9aaa4c51aaf8f8f806269191fd8
7
- data.tar.gz: '0268ac6f4b106cc85951e55f5877c67d81e3b1656b9359c70233fd97ae031c5939c07b47d5379f0beb25999aea4d6b6a91cf2090858c86724a6898b3f068839e'
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"
@@ -4,6 +4,6 @@ module QAT
4
4
  #@since 1.0.0
5
5
  module Web
6
6
  # Represents QAT-Web's version
7
- VERSION = '6.0.0'
7
+ VERSION = '6.0.2'
8
8
  end
9
9
  end
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.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-20 00:00:00.000000000 Z
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://gitlab.readinessit.com/qa-toolkit/qat-web
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: