chore(tests): update Protractor to 1.6.x and use Jasmine2 as framework
There are no changes necessary in the current test code for the update to Jasmine2 framework.
This commit is contained in:
parent
5c4238cd41
commit
ffec271f21
|
@ -44,7 +44,7 @@
|
|||
"lodash": "^2.4.1",
|
||||
"sprintf-js": "1.0.*",
|
||||
"q": "^1.0.1",
|
||||
"protractor": "1.5.x",
|
||||
"protractor": "1.6.x",
|
||||
"run-sequence": "^0.3.6",
|
||||
"through2": "^0.6.1",
|
||||
"minimist": "1.1.x"
|
||||
|
|
|
@ -18,6 +18,8 @@ var config = exports.config = {
|
|||
}
|
||||
},
|
||||
|
||||
framework: 'jasmine2',
|
||||
|
||||
jasmineNodeOpts: {
|
||||
showColors: true,
|
||||
defaultTimeoutInterval: 30000
|
||||
|
@ -66,4 +68,4 @@ if (cmdLineBrowsers.length) {
|
|||
});
|
||||
} else {
|
||||
config.multiCapabilities = [POSSIBLE_CAPS.ChromeDesktop];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue