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

Side by Side Diff: polymer_0.5.4/bower_components/web-animations-js/test/karma-config-ci.js

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 module.exports = function(config) { 1 module.exports = function(config) {
2 var customLaunchers = { 2 var customLaunchers = {
3 sl_chrome: { 3 sl_chrome: {
4 base: 'SauceLabs', 4 base: 'SauceLabs',
5 browserName: 'chrome', 5 browserName: 'chrome',
6 platform: 'Windows 7' 6 platform: 'Windows 7'
7 }, 7 },
8 sl_firefox: { 8 sl_firefox: {
9 base: 'SauceLabs', 9 base: 'SauceLabs',
10 browserName: 'firefox', 10 browserName: 'firefox',
(...skipping 30 matching lines...) Expand all
41 // Populated in `grunt test` task. 41 // Populated in `grunt test` task.
42 ], 42 ],
43 singleRun: true, 43 singleRun: true,
44 port: 9876, 44 port: 9876,
45 reporters: ['dots', 'saucelabs'], 45 reporters: ['dots', 'saucelabs'],
46 colors: true, 46 colors: true,
47 autoWatch: false, 47 autoWatch: false,
48 captureTimeout: 300000, 48 captureTimeout: 300000,
49 }); 49 });
50 }; 50 };
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698