lapis_lazuli 0.8.2 → 0.8.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.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/Gemfile.lock +2 -2
  4. data/README.md +1 -1
  5. data/lib/lapis_lazuli.rb +1 -1
  6. data/lib/lapis_lazuli/api.rb +1 -1
  7. data/lib/lapis_lazuli/argparse.rb +1 -1
  8. data/lib/lapis_lazuli/browser.rb +1 -1
  9. data/lib/lapis_lazuli/browser/error.rb +1 -1
  10. data/lib/lapis_lazuli/browser/find.rb +1 -1
  11. data/lib/lapis_lazuli/browser/interaction.rb +1 -1
  12. data/lib/lapis_lazuli/browser/remote.rb +1 -1
  13. data/lib/lapis_lazuli/browser/screenshots.rb +1 -1
  14. data/lib/lapis_lazuli/browser/wait.rb +2 -2
  15. data/lib/lapis_lazuli/cli.rb +1 -1
  16. data/lib/lapis_lazuli/cucumber.rb +1 -1
  17. data/lib/lapis_lazuli/generators/cucumber.rb +2 -2
  18. data/lib/lapis_lazuli/generic/xpath.rb +1 -1
  19. data/lib/lapis_lazuli/options.rb +1 -1
  20. data/lib/lapis_lazuli/placeholders.rb +1 -1
  21. data/lib/lapis_lazuli/proxy.rb +1 -1
  22. data/lib/lapis_lazuli/runtime.rb +1 -1
  23. data/lib/lapis_lazuli/scenario.rb +1 -1
  24. data/lib/lapis_lazuli/storage.rb +1 -1
  25. data/lib/lapis_lazuli/version.rb +2 -2
  26. data/lib/lapis_lazuli/versions.rb +1 -1
  27. data/lib/lapis_lazuli/world/annotate.rb +1 -1
  28. data/lib/lapis_lazuli/world/api.rb +1 -1
  29. data/lib/lapis_lazuli/world/browser.rb +1 -1
  30. data/lib/lapis_lazuli/world/config.rb +1 -1
  31. data/lib/lapis_lazuli/world/error.rb +1 -1
  32. data/lib/lapis_lazuli/world/hooks.rb +1 -1
  33. data/lib/lapis_lazuli/world/logging.rb +2 -2
  34. data/lib/lapis_lazuli/world/proxy.rb +1 -1
  35. data/lib/lapis_lazuli/world/variable.rb +1 -1
  36. data/test/Gemfile +1 -1
  37. data/test/README.md +1 -1
  38. data/test/config/config.yml +1 -1
  39. data/test/config/cucumber.yml +1 -1
  40. data/test/features/step_definitions/interaction_steps.rb +1 -1
  41. data/test/features/step_definitions/validation_steps.rb +3 -3
  42. data/test/features/support/env.rb +1 -1
  43. data/test/features/timing.feature +2 -2
  44. metadata +30 -30
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9eb101b929a8dd9ebd036be0af88da7d6e5aaaf
4
- data.tar.gz: 96d7da123bd08ea3b23e142ab9f67854a2426682
3
+ metadata.gz: 22cff56fd000a9ccf437846de02561f1ff8bfb2e
4
+ data.tar.gz: 3ae215a6148881660f32bb7d9e056f798c9be725
5
5
  SHA512:
6
- metadata.gz: d91deed271de130f983f8e1d34fce83e3fe3dd4601ef7651e8133fef1e5c878a115dd50a63cd8b9977a5a9aa1acf0214bd5e40f1aac458695b11cc7085a7d564
7
- data.tar.gz: 93be85f26c7b46d30d169581be2dcfa7ddfd3e1da1fcd3c95d6651eb36d6132753bf33ed7807c0cdc9f1587002b89c49328542712743ee4f11d2ac2afdc45804
6
+ metadata.gz: bb45c59449e0993eb39b2029bf992ac556fb7c5a7a93386c6e52eb1eb299087130db2c08a92f4045ebd1ce7da1c23ae637c34a9a4518b3035fca840955a58f98
7
+ data.tar.gz: d144400c890563e1671c811f3d86288b59e1aad132672c5d0cf0b9248b81a4a5e970e527bbe3789efb95850f8d4bd5b32e4daa4a3807eabb7d4e51dde0d32436
data/.gitignore CHANGED
@@ -16,3 +16,4 @@ tmp
16
16
  .ruby-version
17
17
  test/storage
18
18
  .*.sw*
19
+ .idea
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- lapis_lazuli (0.8.1)
4
+ lapis_lazuli (0.8.2)
5
5
  facets (~> 2.9)
6
6
  faraday (~> 0.9)
7
7
  faraday_json (~> 0.1)
@@ -9,7 +9,7 @@ PATH
9
9
  json (~> 1.8)
10
10
  minitest (~> 5.5)
11
11
  multi_xml (~> 0.5)
12
- teelogger (~> 0.4)
12
+ teelogger (~> 0.5)
13
13
  thor (~> 0.19)
14
14
 
15
15
  GEM
data/README.md CHANGED
@@ -75,4 +75,4 @@ further documentation.
75
75
  Please see [the Wiki page on contributing](https://github.com/spriteCloud/lapis-lazuli/wiki/Contributing)
76
76
 
77
77
  ## License
78
- Copyright (c) 2013-2015 spriteCloud B.V. and other node-apinator contributors. See [the LICENSE file](LICENSE) for details.
78
+ Copyright (c) 2013-2016 spriteCloud B.V. and other node-apinator contributors. See [the LICENSE file](LICENSE) for details.
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2015 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2015 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2015 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2015 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2015 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2015 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -110,7 +110,7 @@ module BrowserModule
110
110
  # Filter out any nil results
111
111
  filter_results = results.select {|i| not i.nil?}
112
112
  # Error handling
113
- if not err.nil? and filter_results.empty?
113
+ if not err.nil?
114
114
  options[:exception] = err
115
115
  world.error(options)
116
116
  end
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  require 'thor'
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -18,7 +18,7 @@ module LapisLazuli
18
18
  'features',
19
19
  File.join('features', 'step_definitions'),
20
20
  File.join('features', 'support'),
21
- 'log',
21
+ 'logs',
22
22
  'results',
23
23
  'screenshots',
24
24
  ]
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  module LapisLazuli
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  module LapisLazuli
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  #
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  require 'singleton'
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  require "securerandom"
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  module LapisLazuli
@@ -2,9 +2,9 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2015 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  module LapisLazuli
9
- VERSION = "0.8.2"
9
+ VERSION = "0.8.3"
10
10
  end
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
  require 'lapis_lazuli/api'
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -42,7 +42,7 @@ module WorldModule
42
42
  if has_env_or_config?("log_file")
43
43
  log_file = env_or_config("log_file")
44
44
  end
45
- l = TeeLogger::TeeLogger.new(STDOUT, log_file)
45
+ l = TeeLogger::TeeLogger.new(log_file)
46
46
  l.level = env_or_config("log_level")
47
47
 
48
48
  l
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -2,7 +2,7 @@
2
2
  # LapisLazuli
3
3
  # https://github.com/spriteCloud/lapis-lazuli
4
4
  #
5
- # Copyright (c) 2013-2014 spriteCloud B.V. and other LapisLazuli contributors.
5
+ # Copyright (c) 2013-2016 spriteCloud B.V. and other LapisLazuli contributors.
6
6
  # All rights reserved.
7
7
  #
8
8
 
@@ -39,4 +39,4 @@ gem 'cucumber', '>1.3.19'
39
39
  gem 'simplecov'
40
40
 
41
41
  # LapisLazul itself
42
- gem 'lapis_lazuli', :github => 'spriteCloud/lapis-lazuli', :branch => 'master'
42
+ gem 'lapis_lazuli', :github => 'spriteCloud/lapis-lazuli', :branch => 'sjieg-patch-1'
@@ -2,7 +2,7 @@
2
2
 
3
3
  This cucumber project contains a web server with simple test cases to validate Lapis Lazuli behavior.
4
4
 
5
- Author: "Onno Steenbergen" <onno@spritecloud.com>
5
+ Author: "Onno Steenbergen" <info@spritecloud.com>
6
6
 
7
7
  # Setup
8
8
 
@@ -1,7 +1,7 @@
1
1
  ################################################################################
2
2
  # Copyright 2014 spriteCloud B.V. All rights reserved.
3
3
  # Generated by LapisLazuli, version 0.0.1
4
- # Author: "Onno Steenbergen" <onno@steenbe.nl>
4
+ # Author: "spriteCloud" <info@spritecloud.com>
5
5
  #
6
6
  # Config file for the test automation
7
7
  # When a config_local.yml exists, that will then be loaded instead of this default config file
@@ -1,7 +1,7 @@
1
1
  ################################################################################
2
2
  # Copyright 2014 spriteCloud B.V. All rights reserved.
3
3
  # Generated by LapisLazuli, version 0.0.1
4
- # Author: "Onno Steenbergen" <onno@steenbe.nl>
4
+ # Author: "spriteCloud" <info@spritecloud.com>
5
5
  #
6
6
  # Ask developer of testsuite to add profiles where desired.
7
7
  # This file defines predefined profiles that can be used.
@@ -1,7 +1,7 @@
1
1
  ################################################################################
2
2
  # Copyright 2014 spriteCloud B.V. All rights reserved.
3
3
  # Generated by LapisLazuli, version 0.0.1
4
- # Author: "Onno Steenbergen" <onno@steenbe.nl>
4
+ # Author: "spriteCloud" <info@spritecloud.com>
5
5
 
6
6
  require 'test/unit/assertions'
7
7
 
@@ -1,7 +1,7 @@
1
1
  ################################################################################
2
2
  # Copyright 2014-2015 spriteCloud B.V. All rights reserved.
3
3
  # Generated by LapisLazuli, version 0.0.1
4
- # Author: "Onno Steenbergen" <onno@steenbe.nl>
4
+ # Author: "spriteCloud" <info@spritecloud.com>
5
5
 
6
6
  require 'test/unit/assertions'
7
7
 
@@ -143,7 +143,7 @@ Then(/^within 10 seconds I should see either added element/) do
143
143
  )
144
144
  end
145
145
 
146
- Then(/^within (\d+) seconds I get an error waiting for "(.*?)"( disappear)?$/) do |timeout, text, condition|
146
+ Then(/^within (\d+) seconds I get an error waiting for "(.*?)"( to disappear)?$/) do |timeout, text, condition|
147
147
  if condition
148
148
  condition = :while
149
149
  else
@@ -163,7 +163,7 @@ Then(/^within (\d+) seconds I get an error waiting for "(.*?)"( disappear)?$/) d
163
163
  :screenshot => true,
164
164
  :groups => ["wait"]
165
165
  )
166
- rescue StandardError => err
166
+ rescue Watir::Wait::TimeoutError => err
167
167
  end
168
168
  end
169
169
 
@@ -1,7 +1,7 @@
1
1
  ################################################################################
2
2
  # Copyright 2014 spriteCloud B.V. All rights reserved.
3
3
  # Generated by LapisLazuli, version 0.0.1
4
- # Author: "Onno Steenbergen" <onno@steenbe.nl>
4
+ # Author: "spriteCloud" <info@spritecloud.com>
5
5
  require 'lapis_lazuli'
6
6
  require 'lapis_lazuli/cucumber'
7
7
 
@@ -20,10 +20,10 @@ Feature: Timing
20
20
  Then within 2 seconds I get an error waiting for "content"
21
21
  And a screenshot should have been created
22
22
 
23
- @timing_04
23
+ @timing_04 @timing_errors @issue_24
24
24
  Scenario: timing_04 - Wait While Error
25
25
  Given I navigate to the timing test page
26
- Then within 2 seconds I get an error waiting for "waiting" disappear
26
+ Then within 2 seconds I get an error waiting for "waiting" to disappear
27
27
  And a screenshot should have been created
28
28
 
29
29
  @timing_05
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lapis_lazuli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Onno Steenbergen
@@ -11,174 +11,174 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2015-07-14 00:00:00.000000000 Z
14
+ date: 2016-02-23 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: bundler
18
18
  requirement: !ruby/object:Gem::Requirement
19
19
  requirements:
20
- - - ~>
20
+ - - "~>"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '1.6'
23
23
  type: :development
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
26
26
  requirements:
27
- - - ~>
27
+ - - "~>"
28
28
  - !ruby/object:Gem::Version
29
29
  version: '1.6'
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rake
32
32
  requirement: !ruby/object:Gem::Requirement
33
33
  requirements:
34
- - - '>='
34
+ - - ">="
35
35
  - !ruby/object:Gem::Version
36
36
  version: '0'
37
37
  type: :development
38
38
  prerelease: false
39
39
  version_requirements: !ruby/object:Gem::Requirement
40
40
  requirements:
41
- - - '>='
41
+ - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  - !ruby/object:Gem::Dependency
45
45
  name: simplecov
46
46
  requirement: !ruby/object:Gem::Requirement
47
47
  requirements:
48
- - - '>='
48
+ - - ">="
49
49
  - !ruby/object:Gem::Version
50
50
  version: '0'
51
51
  type: :development
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - '>='
55
+ - - ">="
56
56
  - !ruby/object:Gem::Version
57
57
  version: '0'
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: thor
60
60
  requirement: !ruby/object:Gem::Requirement
61
61
  requirements:
62
- - - ~>
62
+ - - "~>"
63
63
  - !ruby/object:Gem::Version
64
64
  version: '0.19'
65
65
  type: :runtime
66
66
  prerelease: false
67
67
  version_requirements: !ruby/object:Gem::Requirement
68
68
  requirements:
69
- - - ~>
69
+ - - "~>"
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0.19'
72
72
  - !ruby/object:Gem::Dependency
73
73
  name: facets
74
74
  requirement: !ruby/object:Gem::Requirement
75
75
  requirements:
76
- - - ~>
76
+ - - "~>"
77
77
  - !ruby/object:Gem::Version
78
78
  version: '2.9'
79
79
  type: :runtime
80
80
  prerelease: false
81
81
  version_requirements: !ruby/object:Gem::Requirement
82
82
  requirements:
83
- - - ~>
83
+ - - "~>"
84
84
  - !ruby/object:Gem::Version
85
85
  version: '2.9'
86
86
  - !ruby/object:Gem::Dependency
87
87
  name: json
88
88
  requirement: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - ~>
90
+ - - "~>"
91
91
  - !ruby/object:Gem::Version
92
92
  version: '1.8'
93
93
  type: :runtime
94
94
  prerelease: false
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
- - - ~>
97
+ - - "~>"
98
98
  - !ruby/object:Gem::Version
99
99
  version: '1.8'
100
100
  - !ruby/object:Gem::Dependency
101
101
  name: faraday
102
102
  requirement: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - ~>
104
+ - - "~>"
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0.9'
107
107
  type: :runtime
108
108
  prerelease: false
109
109
  version_requirements: !ruby/object:Gem::Requirement
110
110
  requirements:
111
- - - ~>
111
+ - - "~>"
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0.9'
114
114
  - !ruby/object:Gem::Dependency
115
115
  name: faraday_middleware
116
116
  requirement: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - ~>
118
+ - - "~>"
119
119
  - !ruby/object:Gem::Version
120
120
  version: '0.9'
121
121
  type: :runtime
122
122
  prerelease: false
123
123
  version_requirements: !ruby/object:Gem::Requirement
124
124
  requirements:
125
- - - ~>
125
+ - - "~>"
126
126
  - !ruby/object:Gem::Version
127
127
  version: '0.9'
128
128
  - !ruby/object:Gem::Dependency
129
129
  name: faraday_json
130
130
  requirement: !ruby/object:Gem::Requirement
131
131
  requirements:
132
- - - ~>
132
+ - - "~>"
133
133
  - !ruby/object:Gem::Version
134
134
  version: '0.1'
135
135
  type: :runtime
136
136
  prerelease: false
137
137
  version_requirements: !ruby/object:Gem::Requirement
138
138
  requirements:
139
- - - ~>
139
+ - - "~>"
140
140
  - !ruby/object:Gem::Version
141
141
  version: '0.1'
142
142
  - !ruby/object:Gem::Dependency
143
143
  name: multi_xml
144
144
  requirement: !ruby/object:Gem::Requirement
145
145
  requirements:
146
- - - ~>
146
+ - - "~>"
147
147
  - !ruby/object:Gem::Version
148
148
  version: '0.5'
149
149
  type: :runtime
150
150
  prerelease: false
151
151
  version_requirements: !ruby/object:Gem::Requirement
152
152
  requirements:
153
- - - ~>
153
+ - - "~>"
154
154
  - !ruby/object:Gem::Version
155
155
  version: '0.5'
156
156
  - !ruby/object:Gem::Dependency
157
157
  name: teelogger
158
158
  requirement: !ruby/object:Gem::Requirement
159
159
  requirements:
160
- - - ~>
160
+ - - "~>"
161
161
  - !ruby/object:Gem::Version
162
162
  version: '0.5'
163
163
  type: :runtime
164
164
  prerelease: false
165
165
  version_requirements: !ruby/object:Gem::Requirement
166
166
  requirements:
167
- - - ~>
167
+ - - "~>"
168
168
  - !ruby/object:Gem::Version
169
169
  version: '0.5'
170
170
  - !ruby/object:Gem::Dependency
171
171
  name: minitest
172
172
  requirement: !ruby/object:Gem::Requirement
173
173
  requirements:
174
- - - ~>
174
+ - - "~>"
175
175
  - !ruby/object:Gem::Version
176
176
  version: '5.5'
177
177
  type: :runtime
178
178
  prerelease: false
179
179
  version_requirements: !ruby/object:Gem::Requirement
180
180
  requirements:
181
- - - ~>
181
+ - - "~>"
182
182
  - !ruby/object:Gem::Version
183
183
  version: '5.5'
184
184
  description: "\n LapisLazuli provides cucumber helper functions and scaffolding
@@ -193,7 +193,7 @@ executables:
193
193
  extensions: []
194
194
  extra_rdoc_files: []
195
195
  files:
196
- - .gitignore
196
+ - ".gitignore"
197
197
  - Gemfile
198
198
  - Gemfile.lock
199
199
  - LICENSE
@@ -284,17 +284,17 @@ require_paths:
284
284
  - lib
285
285
  required_ruby_version: !ruby/object:Gem::Requirement
286
286
  requirements:
287
- - - '>='
287
+ - - ">="
288
288
  - !ruby/object:Gem::Version
289
289
  version: '0'
290
290
  required_rubygems_version: !ruby/object:Gem::Requirement
291
291
  requirements:
292
- - - '>='
292
+ - - ">="
293
293
  - !ruby/object:Gem::Version
294
294
  version: '0'
295
295
  requirements: []
296
296
  rubyforge_project:
297
- rubygems_version: 2.0.3
297
+ rubygems_version: 2.5.1
298
298
  signing_key:
299
299
  specification_version: 4
300
300
  summary: Cucumber helper functions and scaffolding for easier test automation suite