Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
tag: v1.3.0-beta.9
Fetching contributors…

Cannot retrieve contributors at this time

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.