auto_test 0.1.4 → 0.1.5

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 (3) hide show
  1. data/lib/auto_test/version.rb +1 -1
  2. data/lib/page.rb +1 -0
  3. metadata +1 -1
@@ -1,3 +1,3 @@
1
1
  module AutoTest
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.5"
3
3
  end
data/lib/page.rb CHANGED
@@ -69,6 +69,7 @@ module AutoTest
69
69
  Test.sessions(i, "iteration", Test.get_sessions(i, "iteration") + 1)
70
70
  end
71
71
  rescue => e
72
+ STDOUT.write("\r#{Test.run}. run: \t#{Test.link_counter} links clicked, \t#{Test.users_logged_in} users logged in, \t#{Error.get_error} Errors")
72
73
  if Test.stop_at_first_error? then Test.stop! end
73
74
  message = e.message.to_s + " :" + e.backtrace.first.to_s
74
75
  Error.inc_error message
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: auto_test
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.4
5
+ version: 0.1.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Maike Hargens