test-reporter/__tests__
Michal Dorner 690ec77880
New report rendering with code blocks instead of tables
Previously we listed tests using markdown tables. Each test group had it's own table and textual preface saying how many tests were executed in what time.
This was completely reworked - now tests are listed inside code block. Grouping is achieved using simple indentation. Duration of individual tests is no longer shown - it produced too much "noise" in the report. Pass/Fail check-mark was also moved before name of test suite.
Behavior of "listTests" option was also changed - now if set to failed, it will list all tests, but only if suite is failed. Otherwise test listing is completely omitted.
Last change affects report trimming - if report is still too big after "listTests" is set to "failed" - it will trim report to fit max size and add informational message at the end.
2021-03-31 21:49:53 +02:00
..
__outputs__ New report rendering with code blocks instead of tables 2021-03-31 21:49:53 +02:00
__snapshots__ Improve test error messages from flutter 2021-03-31 21:25:54 +02:00
fixtures Add support for java-junit 2021-03-07 22:06:12 +01:00
utils #83 - Use non-capturing optional group, add tests and update dist 2021-03-23 21:39:47 +01:00
dart-json.test.ts Handle test reports with no test cases 2021-03-07 12:22:00 +01:00
dotnet-trx.test.ts Handle test reports with no test cases 2021-03-07 12:22:00 +01:00
java-junit.test.ts Add support for java-junit 2021-03-07 22:06:12 +01:00
jest-junit.test.ts Handle test reports with no test cases 2021-03-07 12:22:00 +01:00