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:
Julie Ralph 2015-01-08 20:59:03 -08:00 committed by Rado Kirov
parent 5c4238cd41
commit ffec271f21
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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];
}
}