diff --git a/polygerrit-ui/app/polygerrit_wct_tests.py b/polygerrit-ui/app/polygerrit_wct_tests.py index 571dcb8042..0a0d9087be 100644 --- a/polygerrit-ui/app/polygerrit_wct_tests.py +++ b/polygerrit-ui/app/polygerrit_wct_tests.py @@ -87,6 +87,19 @@ class PolyGerritWctTests(unittest.TestCase): # seems to still work, so there's that. 'skipSeleniumInstall': True, }, + 'sauce': { + # Disabled by default in order to run local tests only. + # Run it with (saucelabs.com account required; free for open source): + # WCT_ARGS='--plugin sauce' buck test --no-results-cache --include web + 'disabled': True, + 'browsers': [ + 'Linux/chrome', + 'OS X 10.11/chrome', + 'Windows 10/chrome', + 'Linux/firefox', + 'OS X 10.11/safari', + ], + }, }, })