Option to limit the number of tests in the tests table #64
WaerlingaHub
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
First of all, thanks for the project! I'm using it and it works just fine! :)
I have a project where I just added unittests to evaluate records of a CSV file (~ 100k tests) in a
@ParametrizedTest
with Junit5. The test detects a few tousand records with issues. While the test summary works fine, I have to disable the tests table and therefore can't show failing tests because the tests table would exceeds the limit of the GHA summary output. It would be helpful though to show a least the first X tests to get a grasp of the issue[s].As I could imagine I'm not the only one with a lot of failing tests, I suggest to introduce an option to limit the number of tests displayed in the table. Might be a smaller change but helpful though.
Beta Was this translation helpful? Give feedback.
All reactions