Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / angular-ui-notification / protractor_conf.js
1 // An example configuration file.
2 exports.config = {
3   allScriptsTimeout: 99999,
4   // Do not start a Selenium Standalone sever - only run this using chrome.
5   directConnect: true,
6   //chromeDriver: './node_modules/protractor/selenium/chromedriver',
7
8   seleniumArgs: ['-browserTimeout=60'],
9
10   // Capabilities to be passed to the webdriver instance.
11   capabilities: {
12     'browserName': 'firefox'
13   },
14
15   // Spec patterns are relative to the current working directly when
16   // protractor is called.
17   specs: ['test/e2e/**/*.spec.js'],
18
19   // Options to be passed to Jasmine-node.
20   jasmineNodeOpts: {
21     showColors: true,
22     defaultTimeoutInterval: 30000,
23   }
24 };