-
-
Notifications
You must be signed in to change notification settings - Fork 98
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
Enhance Test result summary with testcases results #510
Comments
Related adoptium/aqa-tests#5121 |
Big +1 to this suggestion, since once this info is put to the console, we can also grab it for inclusion to TRSS DB and relates to adoptium/aqa-test-tools#841 |
The additional information sounds good to me! |
This was referenced Mar 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently test result summary is provided by Targets level, which doesn't provide an accurate test information per test cases. It might be helpful if test summary per test cases could be provided.
Both of JCK and JDK tests provide test summary per testcase (
Test results: passed: 41; failed: 5; error:1; skipped: 1
), which means this can be done for JCK and JDK tests.Console output for each run could be something like:
Correspondingly tap file could also include those information for passed ones if needed ( failed one already include those information)
Thoughts @smlambert @jiekang ?
The text was updated successfully, but these errors were encountered: