dominicmh
cacdfc564b
exclude hidden "tests" from test result
2024-04-12 21:31:54 +02:00
Michal Dorner
62b89ea98d
Apply code style fix
2023-12-09 21:17:07 +01:00
Michal Dorner
b595428c55
Update multiple packages + fix eslint resolver issue
2022-08-20 00:06:56 +02:00
Michal Dorner
4c7348c4be
Update TypeScript
2022-08-19 22:19:29 +02:00
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
ea36be4653
Improve test error messages from flutter
...
For some reason the error message from flutter SDK might contain no useful information. Basically it just says that test failed and you should see the logs. Logs itself are provided as content of `print` event. This commit adds special processing for this behavior - it parses actual error message out of print event.
2021-03-31 21:25:54 +02:00
Michal Dorner
d5e42b8d57
dart-json: remove group name from test case names
2021-03-23 21:58:20 +01:00
Michal Dorner
3510d9ac27
Add support for loading test results from artifacts
2021-02-15 15:18:55 +01:00
Michal Dorner
effa386fea
Fix dart/flutter stack trace parsing
2021-02-01 16:09:01 +01:00
Michal Dorner
2834fd0c5f
Update dist/index.js
2021-02-01 15:27:52 +01:00
Michal Dorner
855ff9bfaf
Fix flutter-json doesn't provide error details
2021-02-01 15:08:21 +01:00
Michal Dorner
2365963b2e
Fix dart-json not stripping cwd from suite paths
2021-02-01 12:05:15 +01:00
Michal Dorner
9c4a2c56d7
Updates to README and info logs
2021-02-01 11:14:07 +01:00
Michal Dorner
60b35d601a
Refactoring & cleanup of whole codebase
...
Improves report summary and annotations
2021-01-31 20:48:22 +01:00
Michal Dorner
3744805866
Add list-suites and list-tests options to limit report size
2021-01-25 12:56:20 +01:00
Michal Dorner
1ab5efa052
Improve logging and error handling
2021-01-18 22:21:19 +01:00
Michal Dorner
c48c07640f
Support parsing multiple reports
2021-01-16 22:53:14 +01:00
Michal Dorner
659bb4fff3
Update interfaces to accept multiple reports to parse
2021-01-16 21:19:40 +01:00
Michal Dorner
760c090915
Fix EOL issues - remove all \r from annotation message
2021-01-14 22:34:00 +01:00
Michal Dorner
4e2ae7493f
Refactoring: parsers share markdown report generation
2021-01-10 17:56:35 +01:00
Michal Dorner
64b8f12bbc
Rename 'test-parser' to 'parser-types'
2021-01-10 11:23:51 +01:00
Michal Dorner
aed3b29c84
Add annotations support to dart-json parser
2021-01-10 11:21:16 +01:00
Michal Dorner
cc11acea10
Extend dart-json report with suites summary and test case results
2021-01-06 22:58:54 +01:00
Michal Dorner
fef757f6df
Add initial version of dart-json parser
2021-01-05 23:43:30 +01:00