Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
tag: v1.2.26
Fetching contributors…

Cannot retrieve contributors at this time

15 lines (10 sloc) 0.238 kb
'use strict';
var config = require('./protractor-shared-conf').config;
config.specs = [
'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.