diff --git a/tests/test.py b/tests/test.py index 74e3c628c..c94df6a42 100644 --- a/tests/test.py +++ b/tests/test.py @@ -60,6 +60,10 @@ 'NodeFirefox': 'FirefoxTests', 'StandaloneFirefox': 'FirefoxTests', + # Chromium Images + 'NodeChromium': 'ChromeTests', + 'StandaloneChromium': 'ChromeTests', + # Chart Parallel Test 'ParallelAutoscaling': 'ParallelAutoscalingTests' }