-
Notifications
You must be signed in to change notification settings - Fork 56
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
Feature: using with jasmine --reporter command line switch #392
Comments
This feature seems handy but it can only be used with the default configuration of
A way to do that without breaking the current exports could be to have a dedicated node module with only the constructor exported. IMO, it sounds a bit complicated for the benefit of this feature. Any thoughts? |
Would love to get this working! <3 |
I have submitted a PR to jasmine-npm, jasmine/jasmine-npm#159. |
Current behavior
jasmine
allows to use reporter as a command line option, likejasmine --reporter=jasmine-spec-reporter
, butjasmine-spec-reporter
itself is not compatible.Also I tried
jasmine --reporter=jasmine-spec-reporter/built/spec-reporter.js
. In this case, no error reported, but also reporter not works.The text was updated successfully, but these errors were encountered: