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
This commit is contained in:
commit
cacbbe342e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue