We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc437f commit 679eeb5Copy full SHA for 679eeb5
frontend/karma.conf.js
@@ -13,7 +13,7 @@ module.exports = function (config) {
13
clearContext: false // leave Jasmine Spec Runner output visible in browser
14
},
15
reporters: ['progress', 'kjhtml'],
16
- browsers: ['Chrome'], //ChromeHeadless for non-GUI environments
+ browsers: ['ChromeHeadless'], //ChromeHeadless for non-GUI environments
17
restartOnFileChange: true,
18
proxies: {
19
'/api/': 'http://localhost:8080/api/'
0 commit comments