Skip to content

Commit

Permalink
Print browser version in specs
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Sep 19, 2017
1 parent 72c9dc2 commit 7ba5a33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rb/spec/integration/selenium/webdriver/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
c.before(:suite) do
$DEBUG ||= ENV['DEBUG'] == 'true'
GlobalTestEnv.remote_server.start if GlobalTestEnv.driver == :remote
GlobalTestEnv.print_env
end

c.after(:suite) do
Expand All @@ -53,4 +54,3 @@
WebDriver::Platform.exit_hook { GlobalTestEnv.quit }

$stdout.sync = true
GlobalTestEnv.print_env
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ def current_env
{
browser: browser,
driver: driver,
version: driver_instance.capabilities.version,
platform: Platform.os,
native: native_events?,
ci: Platform.ci
Expand Down

0 comments on commit 7ba5a33

Please sign in to comment.