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",
|
"lodash": "^2.4.1",
|
||||||
"sprintf-js": "1.0.*",
|
"sprintf-js": "1.0.*",
|
||||||
"q": "^1.0.1",
|
"q": "^1.0.1",
|
||||||
"protractor": "1.5.x",
|
"protractor": "1.6.x",
|
||||||
"run-sequence": "^0.3.6",
|
"run-sequence": "^0.3.6",
|
||||||
"through2": "^0.6.1",
|
"through2": "^0.6.1",
|
||||||
"minimist": "1.1.x"
|
"minimist": "1.1.x"
|
||||||
|
@ -18,6 +18,8 @@ var config = exports.config = {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
framework: 'jasmine2',
|
||||||
|
|
||||||
jasmineNodeOpts: {
|
jasmineNodeOpts: {
|
||||||
showColors: true,
|
showColors: true,
|
||||||
defaultTimeoutInterval: 30000
|
defaultTimeoutInterval: 30000
|
||||||
|
Loading…
x
Reference in New Issue
Block a user