Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
tree: d13ef77fef
16 lines (11 sloc) 0.266 kb
'use strict';
var config = require('./protractor-shared-conf').config;
config.specs = [
'test/e2e/tests/**/*.js',
'build/docs/ptore2e/**/*.js',
'docs/app/e2e/**/*.scenario.js'
];
config.capabilities = {
browserName: 'chrome',
};
exports.config = config;
Jump to Line
Something went wrong with that request. Please try again.