Skip to content

Commit

Permalink
try explicitly enabling the flag
Browse files Browse the repository at this point in the history
  • Loading branch information
dwwoelfel committed Oct 17, 2014
1 parent 8be826e commit 991341e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ module.exports = function (config) {
colors: false,
logLevel: config.LOG_INFO,
autoWatch: false,
browsers: ['Chrome'],
browsers: ['Chrome_with_webgl_flag'],
customLaunchers: {
Chrome_with_webgl_flag: {
base: "Chrome",
flags: ["--enable-webgl"]
}
},
proxies: {
'/': 'http://localhost:9876/base/dist/'
},
Expand Down

0 comments on commit 991341e

Please sign in to comment.