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

Better formatting of the results #444

Open
jaredsburrows opened this issue Apr 20, 2023 · 5 comments
Open

Better formatting of the results #444

jaredsburrows opened this issue Apr 20, 2023 · 5 comments

Comments

@jaredsburrows
Copy link

jaredsburrows commented Apr 20, 2023

Similar to how github actions handles the Gradle Scan plugin, can we format the results to be a clean table?

Project: https://github.com/jaredsburrows/android-gif-search

See this example:
Screenshot 2023-04-20 at 1 32 27 PM
Source: https://github.com/jaredsburrows/android-gif-search/actions/runs/4722127647/attempts/1#summary-12803166400

@EnricoMi
Copy link
Owner

What would be the structure of the table? Which columns would you suggest?

@gregsdennis
Copy link

How would I (the user) distinguish unit tests from integration tests? For example, I'm running this from a .Net project where all tests are run under a "unit test" framework.

@gregsdennis
Copy link

Also probably related to #413

@jaredsburrows
Copy link
Author

@EnricoMi

Based on my example here(https://github.com/jaredsburrows/android-gif-search/actions/runs/4722127647/attempts/1#summary-12803166400), here is the raw markdown(https://github.com/jaredsburrows/android-gif-search/actions/runs/4722127647/jobs/8376298496/summary_raw).

Unit Test Results

Type Results Time
23 tests   23 ✔️ 14s ⏱️
8 suites 0 💤
8 files   0 ❌

@gregsdennis
Copy link

I notice that none of these proposals have the test result deltas (+/-). I rather like having those.

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

No branches or pull requests

3 participants