Commit graph

10 commits

Author SHA1 Message Date
Michal Dorner
dcaab46b46
Fix dart-json parsing broken by print message
Print message related to suite, instead of a specific test, would break parsing - it would expect test object to be present in dictionary but there would be none.
This fix adds necessary check and messages not related to tracked tests will be ignored.
2021-05-13 21:48:55 +02:00
Michal Dorner
6662b9362e
Fix dotnet-trx parsing of tests with custom display names 2021-04-20 08:40:05 +02:00
Michal Dorner
8dba8714d0
Fix mocha report fixture + test duration handling 2021-02-24 21:32:51 +01:00
Michal Dorner
9b675bd55f
Add support for mocha-json 2021-02-23 22:39:35 +01:00
dependabot[bot]
66cb11125b Bump node-notifier from 8.0.0 to 8.0.1 in /reports/jest
Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/mikaelbr/node-notifier/releases)
- [Changelog](https://github.com/mikaelbr/node-notifier/blob/v8.0.1/CHANGELOG.md)
- [Commits](https://github.com/mikaelbr/node-notifier/compare/v8.0.0...v8.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-22 10:23:51 +01:00
Michal Dorner
7bda3b9f6f
Configure jest-junit report fixture 2020-11-12 23:32:51 +01:00
Michal Dorner
f861278768
Add jest-junit fixture project 2020-10-18 21:08:40 +02:00
Michal Dorner
83a6323aa9
Remove duplicated dart test 2020-10-18 20:58:36 +02:00
Michal Dorner
cd21268493
Add dart fixture project 2020-10-18 19:57:47 +02:00
Michal Dorner
62ec9da2d6
Add dotnet-trx fixture project 2020-10-17 21:41:49 +02:00