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

feature request: 'debug' for multiple files. #180

Closed
trasz opened this issue Jul 20, 2018 · 1 comment
Closed

feature request: 'debug' for multiple files. #180

trasz opened this issue Jul 20, 2018 · 1 comment
Labels

Comments

@trasz
Copy link
Member

trasz commented Jul 20, 2018

It would be great if we could use "debug" as a drop-in replacement for "test", to make it run multiple cases (like, the whole test suite). This way, when run from eg. Jenkins, we would have useful info, like backtraces, immediately when looking at the log.

@jmmv
Copy link
Member

jmmv commented Sep 3, 2018

debug for multiple tests doesn't make sense as it is specifically designed to change the way an individual test gets run.

What you are asking for, I guess, is for test to print failure details for any failed tests, without having to run a separate report step. But you can trivially get this by doing kyua test || kyua report --verbose.

However, if you are running Kyua from Jenkins, you should really generate a Junit report with report-junit and configure Jenkins to look for this. This would give you structured logs from the UI for any failures.

@jmmv jmmv closed this as completed Sep 3, 2018
@jmmv jmmv added the wontfix label Sep 3, 2018
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

2 participants