Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: tools/testing/test_configuration.py

Issue 8469016: Adding in-browser correctness testing via selenium. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« tools/testing/run_selenium.py ('K') | « tools/testing/test_case.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testing/test_configuration.py
===================================================================
--- tools/testing/test_configuration.py (revision 1427)
+++ tools/testing/test_configuration.py (working copy)
@@ -66,7 +66,7 @@
tags = {}
if filename.endswith('.dart'):
tags = self.SplitMultiTest(test_path, filename)
- if component in ['dartium', 'chromium']:
+ if component in ['dartium', 'chromium', 'webdriver']:
if tags:
return []
else:
« tools/testing/run_selenium.py ('K') | « tools/testing/test_case.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698