mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 18:37:36 -02:30
Update package.json deps to include PhantomJS / karma launcher, update output location, freeze deps
This commit is contained in:
@@ -9,13 +9,13 @@ module.exports = function(config) {
|
|||||||
browsers: ['Chrome', 'Firefox'],
|
browsers: ['Chrome', 'Firefox'],
|
||||||
coverageReporter: {
|
coverageReporter: {
|
||||||
reporters: [
|
reporters: [
|
||||||
{ type: 'html', subdir: 'html' }
|
{ type: 'html', subdir: 'html' },
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
frameworks: [
|
frameworks: [
|
||||||
'jasmine',
|
'jasmine',
|
||||||
],
|
],
|
||||||
reporters: ['progress', 'coverage'],
|
reporters: ['progress', 'coverage', 'junit'],
|
||||||
files: [
|
files: [
|
||||||
'./client/src/app.js',
|
'./client/src/app.js',
|
||||||
'./node_modules/angular-mocks/angular-mocks.js',
|
'./node_modules/angular-mocks/angular-mocks.js',
|
||||||
@@ -86,7 +86,9 @@ module.exports = function(config) {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
junitReporter: {
|
junitReporter: {
|
||||||
outputFile: 'coverage/test-results.xml'
|
outputDir: 'coverage',
|
||||||
|
outputFile: 'ui-unit-test-results.xml',
|
||||||
|
useBrowserName: false
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
613
awx/ui/npm-shrinkwrap.json
generated
613
awx/ui/npm-shrinkwrap.json
generated
File diff suppressed because it is too large
Load Diff
@@ -56,12 +56,15 @@
|
|||||||
"karma-firefox-launcher": "^1.0.0",
|
"karma-firefox-launcher": "^1.0.0",
|
||||||
"karma-html2js-preprocessor": "^1.0.0",
|
"karma-html2js-preprocessor": "^1.0.0",
|
||||||
"karma-jasmine": "^1.0.2",
|
"karma-jasmine": "^1.0.2",
|
||||||
|
"karma-junit-reporter": "^1.1.0",
|
||||||
|
"karma-phantomjs-launcher": "^1.0.2",
|
||||||
"karma-sauce-launcher": "^1.0.0",
|
"karma-sauce-launcher": "^1.0.0",
|
||||||
"karma-sourcemap-loader": "^0.3.7",
|
"karma-sourcemap-loader": "^0.3.7",
|
||||||
"karma-webpack": "^1.8.0",
|
"karma-webpack": "^1.8.0",
|
||||||
"less-plugin-autoprefix": "^1.4.2",
|
"less-plugin-autoprefix": "^1.4.2",
|
||||||
"load-grunt-configs": "^1.0.0",
|
"load-grunt-configs": "^1.0.0",
|
||||||
"load-grunt-tasks": "^3.5.0",
|
"load-grunt-tasks": "^3.5.0",
|
||||||
|
"phantomjs-prebuilt": "^2.1.12",
|
||||||
"time-grunt": "^1.4.0",
|
"time-grunt": "^1.4.0",
|
||||||
"webpack": "^1.13.1",
|
"webpack": "^1.13.1",
|
||||||
"webpack-dev-server": "^1.14.1"
|
"webpack-dev-server": "^1.14.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user