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

Add options to configure output. #3492

Open
nohwnd opened this issue Aug 7, 2024 · 3 comments
Open

Add options to configure output. #3492

nohwnd opened this issue Aug 7, 2024 · 3 comments
Assignees

Comments

@nohwnd
Copy link
Member

nohwnd commented Aug 7, 2024

Describe the bug

When the initial implementation of #3292 is merged, we need options to control the verbosity (e.g. if we show passed tests), and if assembly info should be written.

@Evangelink
Copy link
Member

I would love to have the following options:

  1. Customize output style:

    1. Live: output as in Interactive display for terminals #3292
    2. Tree: we would display tests as a tree
    3. List or flat: each test is displayed on its line
    4. ...
  2. Customize information:

    1. Show passed
    2. Show skipped
    3. Show failed
    4. Show summary
    5. Show strack trace
    6. Show duration
    7. Show standard output
    8. Show error output
    9. ...
  3. Customize test name:

    1. Show method display name
    2. Show fully qualified name
    3. Show tree name
    4. ...

@nohwnd
Copy link
Member Author

nohwnd commented Aug 15, 2024

Added --no-progress and --no-ansi in #3550.

@nohwnd
Copy link
Member Author

nohwnd commented Sep 3, 2024

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