Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Filter stack traces for Jasmine2 #1768

Closed
juliemr opened this issue Jan 30, 2015 · 6 comments
Closed

Filter stack traces for Jasmine2 #1768

juliemr opened this issue Jan 30, 2015 · 6 comments

Comments

@juliemr
Copy link
Member

juliemr commented Jan 30, 2015

Because jasmine2 default reporter does not accept a stackFilter (like minijasminenode used to), stack traces are not filtered for jasmine2. Should we introduce a step to do this?

@hankduan
Copy link
Contributor

They fixed it here: jasmine/jasmine#734
I'm just waiting for jasmine to release a new version now.

@juliemr
Copy link
Member Author

juliemr commented Jan 30, 2015

I think there's two related issues

A new version of Jasmine will fix the first but not the second, correct?

@hankduan
Copy link
Contributor

I misread that as jasmine2 does not accept stackTrace. Yup, that's right.

@hankduan hankduan self-assigned this Feb 9, 2015
@hankduan
Copy link
Contributor

created PR for jasmine: jasmine/jasmine-npm#24

@hankduan
Copy link
Contributor

It's merged in now: jasmine/jasmine-npm@a0c0258

Just need to wait for a new version of jasmine-npm

@juliemr juliemr added this to the Pending milestone Mar 17, 2015
@srajagopalan1712
Copy link

I am using protractor 1.7 with framework: 'jasmine2', in my conf.js. I am seeing this. How do I get the latest fix of jasmine in my ptrotractor test. I really do not know where this is failing.

Message:
Failed: Cannot call method 'bind' of undefined
Stack:
Error: Failed: Cannot call method 'bind' of undefined
at /Users//node_modules/protractor/node_modules/jasminewd2/index.js:104:16

juliemr added a commit to juliemr/protractor that referenced this issue May 15, 2015
@hankduan hankduan removed their assignment Nov 4, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants