瀏覽代碼

Tests: swiftshader mode

[email protected] 5 年之前
父節點
當前提交
cd36b82de6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/e2e/puppeteer.js

+ 1 - 1
test/e2e/puppeteer.js

@@ -57,7 +57,7 @@ server.on( 'SIGINT', () => process.exit( 1 ) );
 const pup = puppeteer.launch( {
 const pup = puppeteer.launch( {
 	headless: ! process.env.VISIBLE,
 	headless: ! process.env.VISIBLE,
 	args: [
 	args: [
-		'--use-gl=egl',
+		'--use-gl=swiftshader',
 		'--no-sandbox',
 		'--no-sandbox',
 		'--enable-surface-synchronization'
 		'--enable-surface-synchronization'
 	]
 	]