exports.config = { allScriptsTimeout: 11000, specs: [ 'e2e/*.js' ], capabilities: { 'browserName': 'chrome' }, chromeOnly: true, baseUrl: 'http://manager.example.com:19876/', framework: 'jasmine', jasmineNodeOpts: { defaultTimeoutInterval: 30000 } };