Skip to content

Commit

Permalink
Test gfx.prefer-mesa-llvmpipe config for Firefox CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldreingruber committed Dec 8, 2022
1 parent 7529eb9 commit 8348a6b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions wgpu/webdriver.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"moz:firefoxOptions": {
"prefs": {
"gfx.prefer-mesa-llvmpipe": true,
},
"args": [
]
},
"goog:chromeOptions": {
"args": [
]
}
}

0 comments on commit 8348a6b

Please sign in to comment.