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

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