Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

With Jasmine 2.99.1, All specs appear black regardless of passing or failing #34

Open
kamal2311 opened this issue Feb 16, 2018 · 3 comments

Comments

@kamal2311
Copy link

With Jasmine core 2.99.1, All specs appear black regardless of passing or failing.
The html-reporter needs to be updated with the update in Jasmine-core.

@boxmein
Copy link

boxmein commented Feb 21, 2018

I can confirm. The issue comes from here:

https://github.com/taras42/karma-jasmine-html-reporter/blob/master/src/lib/html.jasmine.reporter.js#L198

result.status is undefined with [email protected].

In [email protected], the result object looks like this:

image

In [email protected] the result object looks like this:

image

To debug, I set a breakpoint at html.jasmine.reporter.js:196.

@kamal2311
Copy link
Author

Thank you @boxmein for the problem trace. Hope this gets fixed soon.

@kievsash
Copy link

kievsash commented Nov 6, 2018

Any update on this? Since observing same issue in Angular cli generated project (NG6).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants