mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
20 lines
287 B
JavaScript
20 lines
287 B
JavaScript
|
|
exports.config = {
|
||
|
|
allScriptsTimeout: 11000,
|
||
|
|
|
||
|
|
specs: [
|
||
|
|
'build/docs/ptore2e/**/*.js',
|
||
|
|
],
|
||
|
|
|
||
|
|
capabilities: {
|
||
|
|
'browserName': 'chrome'
|
||
|
|
},
|
||
|
|
|
||
|
|
baseUrl: 'http://localhost:8000/build/docs/',
|
||
|
|
|
||
|
|
framework: 'jasmine',
|
||
|
|
|
||
|
|
jasmineNodeOpts: {
|
||
|
|
defaultTimeoutInterval: 30000
|
||
|
|
}
|
||
|
|
};
|