-
Notifications
You must be signed in to change notification settings - Fork 0
/
conf2.js
38 lines (30 loc) · 868 Bytes
/
conf2.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
exports.config = {
directConnect: true,
// Capabilities to be passed to the webdriver instance.
capabilities: {
'browserName': 'chrome',
specs: ['spec2.js'],
//specs: ['spec2.js'],
maxInstances : 1,
//shardTestFiles: true
},
//Framework to use. Jasmine is recommended.
framework: 'jasmine',
/*onPrepare: function() {
// Add a screenshot reporter and store screenshots to `/tmp/screenshots`:
jasmine.getEnv().addReporter(new HtmlReporter({
baseDirectory: 'Reports/screenshots'
}).getJasmine2Reporter());
},*/
params: {
glob: 'tempiden',
glob: 'name',
glob: 'address'
},
// Spec patterns are relative to the current working directory when
// protractor is called.
// Options to be passed to Jasmine.
jasmineNodeOpts: {
defaultTimeoutInterval: 30000
}
};