Test again

This commit is contained in:
Vanilagy
2026-01-23 13:41:15 +01:00
parent 9a70ccbacd
commit 5b88332cb8
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- name: Checkout repository
+11
View File
@@ -23,6 +23,17 @@ export default defineConfig({
provider: 'webdriverio',
instances: [{
browser: 'chrome',
capabilities: {
'goog:chromeOptions': {
args: [
'--enable-webgl',
'--ignore-gpu-blocklist',
'--enable-gpu',
'--use-gl=swiftshader',
'--use-angle=swiftshader-webgl',
],
},
},
}],
headless: false, // A bunch of features need the head
screenshotFailures: false,