test-reporter/__tests__/fixtures
Hervé Audren a91086638b Gracefully handle empty failure tags
This commit fixes #137. Some JUnit generators emit an empty failure tag,
with only a message property set. In those cases, the parser crashes
when trying to match the failure with a source file. Since this feature
is optional, the simplest fix is to skip the processing when the failure
tag is empty.

Also added a test, and the corresponding input file is generated from a
reporter within our codebase.
2022-11-29 08:45:53 +09:00
..
empty Gracefully handle empty nested testsuite elements for JUnit. 2022-09-09 16:51:32 +02:00
external Gracefully handle empty failure tags 2022-11-29 08:45:53 +09:00
dart-json.json Fix dart-json parsing broken by print message 2021-05-13 21:48:55 +02:00
dotnet-trx.trx Fix dotnet-trx parsing of tests with custom display names 2021-04-20 08:40:05 +02:00
jest-junit.xml Implements jest-junit report parsing 2020-11-12 23:34:42 +01:00
mocha-json.json Fix mocha report fixture + test duration handling 2021-02-24 21:32:51 +01:00