apollo_developers/bower_components/ngmap/config/protractor.conf.js
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

21 lines
517 B
JavaScript

// The main suite of Protractor tests.
exports.config = {
seleniumServerJar: __dirname +
'/../node_modules/gulp-protractor' +
'/node_modules/protractor/selenium/selenium-server-standalone-2.44.0.jar',
browserName: 'chrome',
// Exclude patterns are relative to this directory.
// exclude: [],
jasmineNodeOpts: {
showColors: true,
isVerbose: true, // List all tests in the console
includeStackTrace: true,
defaultTimeoutInterval: 30000
}
//baseUrl: 'http://localhost:8081'
};