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

would be nice if the reporter can be passed as CLI arg #1027

Closed
timaschew opened this issue Jan 21, 2016 · 6 comments
Closed

would be nice if the reporter can be passed as CLI arg #1027

timaschew opened this issue Jan 21, 2016 · 6 comments
Labels

Comments

@timaschew
Copy link

For instance jasmine --reporter junit.
Of course you need to define some convention for the npm module name of a supported reporter.

@aMarCruz
Copy link

absolutely +1

@floverdevel
Copy link

+1

1 similar comment
@rochejul
Copy link

rochejul commented Jul 8, 2016

+1

@Gerg Gerg added the npm label Sep 28, 2016
@agirorn
Copy link

agirorn commented Jan 31, 2017

+1

1 similar comment
@mister-what
Copy link

+1

slackersoft pushed a commit to jasmine/jasmine-npm that referenced this issue Jan 26, 2018
@slackersoft
Copy link
Member

The --reporter= arg has been added to jasmine-npm in the 3.0-features branch and will be released as part of the 3.0 release of Jasmine. The string provided will be passed directly to require() and the file is expected to export a constructor that can be newed up and passed in as a reporter to Jasmine.

Hope this helps. Thanks for using Jasmine!

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

No branches or pull requests

8 participants