mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-03-22 05:56:16 +08:00
enable webgl in chromium
This commit is contained in:
@@ -92,11 +92,23 @@ module.exports = function (config) {
|
|||||||
'dom.w3c_touch_events.enabled': 1,
|
'dom.w3c_touch_events.enabled': 1,
|
||||||
'dom.events.asyncClipboard.clipboardItem': true
|
'dom.events.asyncClipboard.clipboardItem': true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
ChromiumHeadlessWebGL: {
|
||||||
|
base: 'ChromiumHeadless',
|
||||||
|
flags: [
|
||||||
|
'--headless=new',
|
||||||
|
'--use-angle=swiftshader',
|
||||||
|
'--use-gl=angle',
|
||||||
|
'--enable-webgl',
|
||||||
|
'--ignore-gpu-blocklist',
|
||||||
|
'--disable-gpu-sandbox',
|
||||||
|
'--no-sandbox'
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// start these browsers
|
// start these browsers
|
||||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||||
browsers: ['ChromiumHeadless', 'FirefoxHeadlessTouch'],
|
browsers: ['ChromiumHeadlessWebGL', 'FirefoxHeadlessTouch'],
|
||||||
|
|
||||||
// Continuous Integration mode
|
// Continuous Integration mode
|
||||||
// if true, Karma captures browsers, runs the tests and exits
|
// if true, Karma captures browsers, runs the tests and exits
|
||||||
|
|||||||
Reference in New Issue
Block a user