[Test] Use PhantomJS to run tests
Switch Karma to use PhantomJS to run tests. CI machines no longer need to have Chrome installed. Implemented after changes to build process due to imperative registration. https://github.com/nasa/openmctweb/issues/450
This commit is contained in:
@@ -71,7 +71,7 @@ module.exports = function(config) {
|
||||
// Specify browsers to run tests in.
|
||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||
browsers: [
|
||||
'Chrome'
|
||||
'PhantomJS'
|
||||
],
|
||||
|
||||
// Code coverage reporting.
|
||||
|
||||
Reference in New Issue
Block a user