| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Review requested:
|
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #59432 +/- ##
=======================================
Coverage 88.53% 88.54%
=======================================
Files 703 703
Lines 207804 207807 +3
Branches 40005 40005
=======================================
+ Hits 183989 184005 +16
+ Misses 15817 15811 -6
+ Partials 7998 7991 -7
... and 25 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
Force pushed to fix commit message lint error - shortened title to meet 72 character limit per Node.js contribution guidelines. |
Sorry, something went wrong.
|
Force pushed to fix commit message lint error - shortened title to meet 72 character limit per Node.js contribution guidelines. |
Sorry, something went wrong.
|
@Han5991 Thanks for the contribution! |
Sorry, something went wrong.
|
Thank you! The submodule reference has been successfully changed from "test" to "test_runner" in the second commit message. |
Sorry, something went wrong.
They seem to be applied the wrong way? |
Sorry, something went wrong.
@atlowChemi |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
One of the CI jobs seems to have failed due to a flaky test. Would you mind rerunning just the failed job when you have a chance? |
Sorry, something went wrong.
Add file attribute normalization in JUnit test output transform to support upcoming file attribute feature in JUnit XML reporter.
Add file attribute to JUnit testcase elements when file information is available in test event data.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Add file attribute normalization in JUnit test output transform to support upcoming file attribute feature in JUnit XML reporter. PR-URL: #59432 Fixes: #59422 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Add file attribute normalization in JUnit test output transform to support upcoming file attribute feature in JUnit XML reporter. PR-URL: #59432 Fixes: #59422 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
Add file attribute normalization in JUnit test output transform to support upcoming file attribute feature in JUnit XML reporter. PR-URL: #59432 Fixes: #59422 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il> Reviewed-By: Pietro Marchini <pietro.marchini94@gmail.com>
| Back | FazBrowse Home | New Git URL |
Fixes: #59422
This PR adds support for the file attribute in JUnit XML reporter's testcase elements, addressing the missing source file information that is useful for CI/CD platforms
like GitLab.
Changes
Background
The JUnit XML specification supports a file attribute on testcase elements to indicate the source file containing the test. This attribute was missing from Node.js test
runner's JUnit output, limiting integration with tools that rely on this information for enhanced test reporting.
Before:
Testing
