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
717edfa4
Commit
717edfa4
authored
Jul 10, 2017
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase GitLab QA screenshots size
parent
6b76c19b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
13 deletions
+1
-13
config.rb
qa/qa/specs/config.rb
+1
-13
No files found.
qa/qa/specs/config.rb
View file @
717edfa4
...
...
@@ -25,27 +25,15 @@ module QA
def
configure_rspec!
RSpec
.
configure
do
|
config
|
config
.
expect_with
:rspec
do
|
expectations
|
# This option will default to `true` in RSpec 4. It makes the `description`
# and `failure_message` of custom matchers include text for helper methods
# defined using `chain`.
expectations
.
include_chain_clauses_in_custom_matcher_descriptions
=
true
end
config
.
mock_with
:rspec
do
|
mocks
|
# Prevents you from mocking or stubbing a method that does not exist on
# a real object. This is generally recommended, and will default to
# `true` in RSpec 4.
mocks
.
verify_partial_doubles
=
true
end
# Run specs in random order to surface order dependencies.
config
.
order
=
:random
Kernel
.
srand
config
.
seed
# config.before(:all) do
# page.current_window.resize_to(1200, 1800)
# end
config
.
formatter
=
:documentation
config
.
color
=
true
end
...
...
@@ -56,7 +44,7 @@ module QA
capabilities
=
Selenium
::
WebDriver
::
Remote
::
Capabilities
.
chrome
(
'chromeOptions'
=>
{
'binary'
=>
'/usr/bin/google-chrome-stable'
,
'args'
=>
%w[headless no-sandbox disable-gpu]
'args'
=>
%w[headless no-sandbox disable-gpu
window-size=1280,1024
]
}
)
...
...
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