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

Unified Diff: pkg/dev_compiler/karma.conf.js

Issue 2334763002: Testing support for FF and Safari (Closed)
Patch Set: Created 4 years, 3 months 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
Index: pkg/dev_compiler/karma.conf.js
diff --git a/pkg/dev_compiler/karma.conf.js b/pkg/dev_compiler/karma.conf.js
index cf95523cafa43f0eacc1105f78b11ed91c737fc5..3fbe32efce7078beb484220889ab37cce028d247 100644
--- a/pkg/dev_compiler/karma.conf.js
+++ b/pkg/dev_compiler/karma.conf.js
@@ -89,5 +89,9 @@ module.exports = function(config) {
configuration.client.captureConsole = true;
}
+ if (process.env.DDC_BROWSERS) {
+ configuration.browsers = process.env.DDC_BROWSERS.split(':');
+ }
+
config.set(configuration);
};

Powered by Google App Engine
This is Rietveld 408576698