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

Output improvements #98

Open
salvatorecordiano opened this issue Aug 4, 2017 · 1 comment
Open

Output improvements #98

salvatorecordiano opened this issue Aug 4, 2017 · 1 comment

Comments

@salvatorecordiano
Copy link
Member

Is it possible to show the failed test methods immediately instead of wait the end of the whole test suite execution?

@Jean85
Copy link
Member

Jean85 commented Aug 4, 2017

This is a great idea, and a good alternative to #58 when it's not applicable, like in a CI build: the build there can be very long, but seeing an F at the start and having to wait until the end to know what's wrong is frustrating.

I was thinking about doing something like:

paraunit run --print-failures-early

[...]

................................................................................
.....................E.....
ERRORS:
1) Class\Name\Of\Test::testMethod(): error message

................................................................................
................................................................................

I would use the same output style of the failures recap at the end, break the errors printing, and the recover from where it was left.

@Jean85 Jean85 added this to the Paraunit 1.0 milestone Aug 4, 2017
@Jean85 Jean85 modified the milestones: Paraunit 1.0, 1.1 Mar 11, 2020
@Jean85 Jean85 removed this from the 1.1 milestone Oct 22, 2021
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

2 participants