Publish test results
Find a file
2021-01-06 22:59:59 +01:00
.github Improve CI - use if: always() instead of continue-on-error 2021-01-06 22:59:59 +01:00
.vscode Add vscode launch configuration for jest tests 2020-10-12 22:25:12 +02:00
__tests__ Extend dart-json report with suites summary and test case results 2021-01-06 22:58:54 +01:00
dist Put only test filename and test case name into annotation title 2020-11-29 21:27:10 +01:00
reports Bump node-notifier from 8.0.0 to 8.0.1 in /reports/jest 2020-12-22 10:23:51 +01:00
src Add dart-json & flutter-machine support to main 2021-01-06 22:59:30 +01:00
.editorconfig Add dotnet-trx fixture project 2020-10-17 21:41:49 +02:00
.eslintignore Initial commit 2020-10-01 22:53:25 +02:00
.eslintrc.json Create annotations where exceptions were thrown 2020-11-28 21:24:57 +01:00
.gitattributes Force EOL=LF 2020-11-12 23:26:27 +01:00
.gitignore Fix uni tests 2020-11-17 23:07:45 +01:00
.prettierignore Configure prettier (line width: 120) 2020-11-12 23:27:48 +01:00
.prettierrc.json Configure prettier (line width: 120) 2020-11-12 23:27:48 +01:00
action.yml Create annotations where exceptions were thrown 2020-11-28 21:24:57 +01:00
jest.config.js Initial commit 2020-10-01 22:53:25 +02:00
LICENSE Cleanup of the template 2020-10-01 23:35:59 +02:00
package-lock.json Extend dart-json report with suites summary and test case results 2021-01-06 22:58:54 +01:00
package.json Bump @octokit/types from 5.5.0 to 6.0.0 2020-12-22 10:57:58 +01:00
README.md Mention dart-json format in docs 2020-11-12 23:30:52 +01:00
tsconfig.json Update tsconfig.json for Node v12+ 2020-11-12 23:25:48 +01:00

WIP

Test Check Report

Goal of this project is to create Github Action that could presents test results from popular testing frameworks as Github check run with code annotation in places where test failed.

Support for following test reports are planned for initial release: