Run npm nodejs job with Firefox browser
This patch update browser from Chrome to Firefox in karma.conf.js becuase nodejs fails with Chrome browser as not able to access some URL. So let's switch to Firefox browser now then we can use Chrome browser in future once this issue is resolved. Change-Id: Id5186f16656e0671dda7ab91062c104b2c08758f Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
This commit is contained in:
parent
f34ec9e12d
commit
64e2e58b4e
@ -2,7 +2,7 @@
|
||||
templates:
|
||||
- check-requirements
|
||||
- horizon-non-primary-django-jobs
|
||||
# - horizon-nodejs10-jobs
|
||||
- horizon-nodejs10-jobs
|
||||
- openstack-cover-jobs-horizon
|
||||
# - openstack-lower-constraints-jobs
|
||||
- openstack-python3-wallaby-jobs-horizon
|
||||
|
@ -121,7 +121,7 @@ module.exports = function (config) {
|
||||
|
||||
frameworks: ['jasmine'],
|
||||
|
||||
browsers: ['Chrome'],
|
||||
browsers: ['Firefox'],
|
||||
|
||||
phantomjsLauncher: {
|
||||
// Have phantomjs exit if a ResourceError is encountered
|
||||
@ -132,7 +132,7 @@ module.exports = function (config) {
|
||||
reporters: ['progress'],
|
||||
|
||||
plugins: [
|
||||
'karma-chrome-launcher',
|
||||
'karma-firefox-launcher',
|
||||
'karma-jasmine',
|
||||
'karma-ng-html2js-preprocessor'
|
||||
]
|
||||
|
@ -10,7 +10,7 @@
|
||||
"eslint-config-openstack": "1.2.4",
|
||||
"jasmine-core": "2.4.1",
|
||||
"karma": "~1.1.2",
|
||||
"karma-chrome-launcher": "1.0.1",
|
||||
"karma-firefox-launcher": "2.1.0",
|
||||
"karma-cli": "1.0.1",
|
||||
"karma-jasmine": "1.0.2",
|
||||
"karma-ng-html2js-preprocessor": "1.0.0"
|
||||
|
Loading…
Reference in New Issue
Block a user