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

Succint console output? #99

Closed
elmart opened this issue Dec 12, 2016 · 7 comments
Closed

Succint console output? #99

elmart opened this issue Dec 12, 2016 · 7 comments

Comments

@elmart
Copy link

elmart commented Dec 12, 2016

I find generated html report great.
And default console output is great too sometimes while developing.
But most of the time, I'd just like to have the generated html report, and a terse console output with, say, just a oneline summary with total/passed/failed/skipped tests.
Is that possible?

@adamgruber
Copy link
Owner

It's not currently possible but not a bad idea for an option.

@adamgruber adamgruber added this to the 2.1.0 milestone Jan 19, 2017
@iomv
Copy link

iomv commented Jul 26, 2017

I found myself in the same position, especially if you care about how much log is generated within your container.

@adamgruber adamgruber modified the milestones: The Future, 2.1.0 Jul 26, 2017
@adamgruber
Copy link
Owner

This has been on my radar for awhile, it just keeps getting pushed for higher priority work. mochawesome currently calls mocha's built-in spec reporter for console output. Should be fairly easy to add an option to use the min reporter instead. PRs are welcome.

@stale
Copy link

stale bot commented May 12, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 12, 2019
@sasinda
Copy link

sasinda commented Jul 29, 2019

+1

@RyanBellPOST
Copy link

This line SERIOUSLY needs to be omitted. You are forcing the type of console reporting on the users. At the very lease if quite mode is turned on it should not be newed.

@adamgruber
Copy link
Owner

With the release of 4.1.0 you can now use the consoleReporter option to use the console reporter you want, or none at all. Default is still spec.

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

No branches or pull requests

5 participants