Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
745d46bc
Commit
745d46bc
authored
Jun 20, 2017
by
kushalpandya
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:gitlabhq/gitlabhq
parents
40cd5082
0d5fbd95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
config/karma.config.js
config/karma.config.js
+9
-0
No files found.
config/karma.config.js
View file @
745d46bc
...
@@ -66,5 +66,14 @@ module.exports = function(config) {
...
@@ -66,5 +66,14 @@ module.exports = function(config) {
karmaConfig
.
customLaunchers
.
ChromeHeadlessCustom
.
flags
.
push
(
'
--enable-logging
'
,
'
--v=1
'
);
karmaConfig
.
customLaunchers
.
ChromeHeadlessCustom
.
flags
.
push
(
'
--enable-logging
'
,
'
--v=1
'
);
}
}
if
(
process
.
env
.
DEBUG
)
{
karmaConfig
.
logLevel
=
config
.
LOG_DEBUG
;
process
.
env
.
CHROME_LOG_FILE
=
process
.
env
.
CHROME_LOG_FILE
||
'
chrome_debug.log
'
;
}
if
(
process
.
env
.
CHROME_LOG_FILE
)
{
karmaConfig
.
customLaunchers
.
ChromeHeadlessCustom
.
flags
.
push
(
'
--enable-logging
'
,
'
--v=1
'
);
}
config
.
set
(
karmaConfig
);
config
.
set
(
karmaConfig
);
};
};
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