BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f25a50f2
Commit
f25a50f2
authored
Jul 10, 2017
by
Rémy Coutable
Committed by
James Edwards-Jones
Jul 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'fix/gb/qa/configure-headless-chrome-screenshots' into 'master'
Configure headless chrome screenshots correctly See merge request !12746
parent
9f3a716e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
config.rb
qa/qa/specs/config.rb
+4
-0
No files found.
qa/qa/specs/config.rb
View file @
f25a50f2
...
...
@@ -64,6 +64,10 @@ module QA
.
new
(
app
,
browser: :chrome
,
desired_capabilities:
capabilities
)
end
Capybara
::
Screenshot
.
register_driver
(
:chrome
)
do
|
driver
,
path
|
driver
.
browser
.
save_screenshot
(
path
)
end
Capybara
.
configure
do
|
config
|
config
.
app_host
=
@address
config
.
default_driver
=
:chrome
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment