-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
I am trying to enable a test report and get consistent test results
- produce a summary:
- https://github.com/pcolby/tap-summary: parses tap results and produces summary files
- https://github.com/test-summary/action: bumped into an error see workflow files)
- show summary at the end of the build
- cover all tests in the summary: On the format side, I lean towards getting tests to produce tap files.
- done for check based tests (those also have an xml format, but it is different that the junit one which more reporters seems to expect)
- for shell tests we have a mix of homebrews and shunit2. That unfortunately does not support any reporting, but patches exist. Alternatives: