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

Multiple formatters #91

Closed
jbpros opened this issue Oct 2, 2012 · 10 comments
Closed

Multiple formatters #91

jbpros opened this issue Oct 2, 2012 · 10 comments
Milestone

Comments

@jbpros
Copy link
Member

jbpros commented Oct 2, 2012

Allow for multiple formatters in a single run. This is already easy to accomplish in non-CLI environments.

jbpros pushed a commit that referenced this issue Nov 27, 2013
This introduces registerListener and registerEventHandler to the support
code helper. Those two methods let clients register custom listeners for
AST events.

Relates to #91.
@jbpros
Copy link
Member Author

jbpros commented Nov 27, 2013

Now programatically achievable through registerListener() thanks to 4be20a5.

Next step: make this available through the CLI.

ldegen pushed a commit to ldegen/cucumber-js that referenced this issue Jan 13, 2014
This introduces registerListener and registerEventHandler to the support
code helper. Those two methods let clients register custom listeners for
AST events.

Relates to cucumber#91.
@jbpros
Copy link
Member Author

jbpros commented Aug 8, 2014

See #215.

@cades
Copy link

cades commented Jul 16, 2015

+1

@charlierudolph
Copy link
Member

My suggestion for the CLI from #389

# equivalent
--format pretty 
--format pretty:stdout

--format json:/path/to/output

@kmckee
Copy link

kmckee commented Oct 8, 2015

I'd love to see this feature.

I'm running cucumberjs on a ci server. I want pretty output sent to stdout and junit output to a file so that Jenkins can parse it.

@bricas
Copy link

bricas commented Oct 8, 2015

+1

2 similar comments
@yaworsw
Copy link

yaworsw commented Oct 8, 2015

+1

@mohlsen
Copy link

mohlsen commented Oct 8, 2015

+1

@jbpros jbpros modified the milestones: ancillary features, 1.0 release Oct 10, 2015
@kmckee
Copy link

kmckee commented Oct 12, 2015

Awesome! Thank you!

@lock
Copy link

lock bot commented Oct 25, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants