Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Matteo Scandolo
2016-04-19 18:12:45 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6602db864b259275fb346120e4a60408fa87214f
6602db86
1 parent
c0e010dd
Improved test environment
Change-Id: Ic8dbdccbaeafabf99400e74f9d9630b447794a95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web/gui/src/main/webapp/tests/karma.conf.js
web/gui/src/main/webapp/tests/karma.conf.js
View file @
6602db8
...
...
@@ -58,7 +58,7 @@ module.exports = function(config) {
// test results reporter to use
// possible values: 'dots', 'progress'
// available reporters: https://npmjs.org/browse/keyword/karma-reporter
reporters
:
[
'
progress
'
],
reporters
:
[
'
mocha
'
],
// web server port
...
...
@@ -80,7 +80,7 @@ module.exports = function(config) {
// start these browsers
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
browsers
:
[
'
Chrome
'
],
browsers
:
[
'
PhantomJS
'
],
// Continuous Integration mode
...
...
Please
register
or
login
to post a comment