Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
tree: fef0cfc837
13 lines (9 sloc) 0.216 kb
var config = require('./protractor-shared-conf').config;
config.specs = [
'build/docs/ptore2e/**/*.js',
'test/e2e/docsAppE2E.js'
];
config.capabilities = {
browserName: 'chrome',
};
exports.config = config;
Jump to Line
Something went wrong with that request. Please try again.