Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a82a8a5

Browse files
committed
chore(protractor): use jasmine2 as framework
1 parent c72e13f commit a82a8a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

protractor-jenkins-conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ exports.config = {
1515

1616
baseUrl: 'http://localhost:8000/',
1717

18-
framework: 'jasmine',
18+
framework: 'jasmine2',
1919

2020
onPrepare: function() {
2121
/* global angular: false, browser: false, jasmine: false */

protractor-shared-conf.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ exports.config = {
55

66
baseUrl: 'http://localhost:8000/',
77

8-
framework: 'jasmine',
8+
framework: 'jasmine2',
99

1010
onPrepare: function() {
1111
/* global angular: false, browser: false, jasmine: false */

0 commit comments

Comments
 (0)