We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2406379 commit 67622abCopy full SHA for 67622ab
dwds/test/fixtures/context.dart
@@ -384,6 +384,9 @@ class TestContext {
384
..addAll({
385
Capabilities.chromeOptions: {
386
'args': [
387
+ // --disable-gpu speeds up the tests that use ChromeDriver when
388
+ // they are run on GitHub Actions.
389
+ '--disable-gpu',
390
'remote-debugging-port=$debugPort',
391
if (enableDebugExtension)
392
'--load-extension=debug_extension/prod_build',
0 commit comments