add --enable-gpu launch option

This commit is contained in:
Ryan Rosello
2024-08-19 19:58:52 +10:00
parent bbc13469c2
commit 24f2351412

View File

@ -50,7 +50,12 @@ export default defineConfig({
},
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
use: {
...devices['Desktop Chrome'],
launchOptions: {
args: ['--enable-gpu'],
},
},
},
],