You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
/home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/node_modules/q/q.js:126
throw e;
^
TypeError: Object #<Object> has no method 'parse'
at Function.ConfigParser.resolveFilePatterns (/home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/lib/configParser.js:102:29)
at new TaskScheduler (/home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/lib/taskScheduler.js:31:31)
at /home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/lib/launcher.js:180:21
at _fulfilled (/home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/node_modules/q/q.js:797:54)
at self.promiseDispatch.done (/home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/node_modules/q/q.js:826:30)
at Promise.promise.promiseDispatch (/home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/node_modules/q/q.js:759:13)
at /home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/node_modules/q/q.js:573:44
at flush (/home/bart/workspace/epicuro-ui/node_modules/gulp-protractor/node_modules/protractor/node_modules/q/q.js:108:17)
at process._tickCallback (node.js:415:13)
at Function.Module.runMain (module.js:499:11)
/home/bart/workspace/epicuro-ui/gulpfile.js:459
throw e;
^
Error: protractor exited with code 8
The selenium webdriver API changed between protractor 2.3 and 2.4. This change affects benchpress among other areas in angular2 codebase (see angular/protractor#2596). Update benchpress dep version for compatibility with protractor 2.4+
Relates to ReactiveX#1228
kwonoj
pushed a commit
to ReactiveX/rxjs
that referenced
this issue
Jan 20, 2016
The selenium webdriver API changed between protractor 2.3 and 2.4. This change affects benchpress among other areas in angular2 codebase (see angular/protractor#2596). Update benchpress dep version for compatibility with protractor 2.4+
Relates to #1228
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Seems to be related to this change: d6aebba#diff-5e5e3eb8e4137fbd8fba49f71f579ac4R102
The text was updated successfully, but these errors were encountered: