Open jpdillingham opened 2 years ago
Enables Circle CI to ingest test results and display a filename for each failing test.
With the attribute present, Circle CI displays:
With the attribute missing, Circle CI displays (ignore the different test, the filename is missing):
Circle CI documentation on this feature can be found here: https://circleci.com/docs/2.0/collect-test-data/
@jpdillingham did you ever get any luck getting any traction on this?
We were using our internally forked version, here: https://github.com/latticehr/mocha-junit-reporter
Enables Circle CI to ingest test results and display a filename for each failing test.
With the attribute present, Circle CI displays:
With the attribute missing, Circle CI displays (ignore the different test, the filename is missing):
Circle CI documentation on this feature can be found here: https://circleci.com/docs/2.0/collect-test-data/