UNPKG

angular-upload

Version:

AngularJS Upload, Handle your uploading with style

25 lines (19 loc) 436 B
exports.config = { name: 'angular-upload', seleniumAddress: 'http://localhost:4444/wd/hub', //sauceUser: "leon", //sauceKey: "1234", specs: ['e2e/**/*.js'], capabilities: { browserName: 'chrome' }, baseUrl: 'http://localhost:9001', rootElement: 'body', jasmineNodeOpts: { onComplete: null, isVerbose: true, showColors: true, includeStackTrace: true, defaultTimeoutInterval: 30000 } };