Commit cacbbe34 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch 'qa-absolute-path-to-screenshots' into 'master'

Ensure we save QA screenshots to an absolute path

See merge request gitlab-org/gitlab-ce!16845
parents 71848f70 a82a31c7
......@@ -84,7 +84,7 @@ module QA
config.javascript_driver = :chrome
config.default_max_wait_time = 10
# https://github.com/mattheworiordan/capybara-screenshot/issues/164
config.save_path = 'tmp'
config.save_path = File.expand_path('../../tmp', __dir__)
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment