Skip to content

Commit ffec271

Browse files
juliemrrkirov
authored andcommitted
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.
1 parent 5c4238c commit ffec271

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"lodash": "^2.4.1",
4545
"sprintf-js": "1.0.*",
4646
"q": "^1.0.1",
47-
"protractor": "1.5.x",
47+
"protractor": "1.6.x",
4848
"run-sequence": "^0.3.6",
4949
"through2": "^0.6.1",
5050
"minimist": "1.1.x"

protractor-shared.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ var config = exports.config = {
1818
}
1919
},
2020

21+
framework: 'jasmine2',
22+
2123
jasmineNodeOpts: {
2224
showColors: true,
2325
defaultTimeoutInterval: 30000
@@ -66,4 +68,4 @@ if (cmdLineBrowsers.length) {
6668
});
6769
} else {
6870
config.multiCapabilities = [POSSIBLE_CAPS.ChromeDesktop];
69-
}
71+
}

0 commit comments

Comments
 (0)