-
Notifications
You must be signed in to change notification settings - Fork 99
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
Error using jUnit options #52
Comments
this is an issue in the reporters used by jasmine-node. there was already a fix for this in jasmine-node directly, but grunt-jasmine-node has not been updated with the fix in the dependency grunt-jasmine-node needs to be updated to include the corrected version of jasmine-node, i think. |
it looks like PR #50 will fix this issue, if it ever gets pulled in. |
@derickbailey , could this same issue be the cause of #54 ? After all is the TerminalReporter the only one that uses the includeStackTrace? |
Nope, it doesn't fix it. |
I tried out PR #50 and it works for me. |
Grunt file configuration:
Installed
Getting this error running the integration tests:
Setting
report
tofalse
allows the tests to run.Is there a possible configuration problem my end?
The text was updated successfully, but these errors were encountered: