UNPKG

257 BJavaScriptView Raw
1exports.config = {
2 allScriptsTimeout: 11000,
3
4 specs: [
5 'e2e/*.js'
6 ],
7
8 capabilities: {
9 'browserName': 'chrome'
10 },
11
12 baseUrl: 'http://localhost:8888/',
13
14 framework: 'jasmine',
15
16 jasmineNodeOpts: {
17 defaultTimeoutInterval: 30000
18 }
19};