Shamus Taylor
34f1c566ff
register parser and update readme
2025-05-17 13:41:22 +02:00
Michael Marcus
0841c8130e
Feature: Add summary title
...
Add new option `report-title` to add H1 title to the Markdown report
Resolves #540
2025-05-17 13:36:23 +02:00
Jozef Izso
9d0f09a6b6
Fix code formatting issues
2024-06-25 23:28:35 +02:00
Ray Xu
84e60bad69
Merge branch 'upstream-main' into ritchxu/support-actions-summary
2024-06-25 10:26:24 -07:00
Jozef Izso
1397b99b7c
Refactor dotnet-nunit parser to DotnetNunitParser
2024-06-25 14:09:10 +02:00
Kevin Ring
ce340de8b9
Add reporter, eslint, formatting.
2024-06-25 13:57:09 +02:00
Ray Xu
c1768c8b7a
Skip markdown file
2024-04-06 16:12:21 -07:00
oscar mampel
1a3cfe6b48
Add support for rspec
2024-03-14 00:40:50 +01:00
Ray Xu
0b7d35fd12
Merge branch 'dorny:main'
2024-03-03 14:06:44 -08:00
Linas Daneliukas
996dd3b9b1
shortSummary const
2024-01-12 09:53:39 +01:00
Linas Daneliukas
4bb68fffaa
Update check title and remove icon
2024-01-12 09:53:33 +01:00
Jozef Izso
1c044b4aef
Add SwiftXunitParser class based on JavaJunitParser for swift-xunit reporter
2023-11-08 16:27:24 +01:00
Julien Catania
19f5a0d16b
Merge pull request #242 from luisito666/feature/add-new-output-for-url-url_html
...
Add new output for url url html
2023-09-22 21:27:34 +02:00
George Adams
9e78da5e1b
add feature fail-on-empty
2023-04-03 11:13:19 +01:00
luisito666
2868c9aa28
Add new outputs for url and url_html for future references
2023-03-27 17:39:12 -05:00
Ray Xu
3608ee03fd
Add option of use-actions-summary
2023-01-04 23:29:10 +00:00
Ray Xu
bd77050543
Support none for list-suites
2023-01-04 22:57:17 +00:00
Ray Xu
49667db475
Add badge title customization
2023-01-04 22:55:04 +00:00
Ray Xu
83b7f42d2d
Persist test summary on disk
2023-01-04 22:53:35 +00:00
Michal Dorner
3963c5302f
Skip listing of files if error parsing is disabled
2022-11-30 21:25:39 +01:00
Michal Dorner
ac8472f51a
Log filename if parsing fails
2022-11-30 18:49:10 +01:00
Michal Dorner
b45fb8b405
Merge branch 'main' into pr-179
2022-11-30 18:40:51 +01:00
Trond Einar Snekvik
e7733f494f
Only report failure if fail-on-error is set
...
The flag is checked when exiting early, but the report update at the end ignores it, causing the test run to be reported as a failure.
Fixes #161 .
Signed-off-by: Trond Einar Snekvik <Trond.Einar.Snekvik@nordicsemi.no>
2022-11-30 13:43:42 +01:00
Michal Dorner
57e5862411
Update multiple packages and configs
2022-08-19 23:37:14 +02:00
Michal Dorner
4c7348c4be
Update TypeScript
2022-08-19 22:19:29 +02:00
Vasanth Dharmaraj
19aaf9016e
Suppress "Processing test results from" log
2022-06-18 01:08:45 +05:30
Michal Dorner
de0b4b9ece
Add option to convert backslashes in path pattern to forward slashes
...
The fast-glob library that is internally used interprets backslashes as escape characters. If enabled, all backslashes in provided path will be replaced by forward slashes and act as directory separators. It might be useful when path input variable is composed dynamically from existing directory paths on Windows.
Closes #127
2021-06-22 22:33:11 +02:00
Giuseppe Lippolis
17e793242c
feat: allows to generate the summary only.
2021-06-03 10:57:57 +02:00
Michal Dorner
ee126813a2
Merge branch 'dev' into mocha-json
2021-04-01 00:05:41 +02:00
Michal Dorner
fab342311c
Use full URL to link test suites
...
GitHub UI for some unknown reason navigates user to check run with `check_suite_focus=true` query argument. With this argument unfortunately navigation to document ID with `#something` doesn't work
2021-03-31 23:22:02 +02:00
Michal Dorner
3768e4e756
Merge branch 'main' into mocha-json
2021-03-08 21:00:14 +01:00
Michal Dorner
16adfe9b7e
Add support for java-junit
2021-03-07 22:06:12 +01:00
Michal Dorner
9b675bd55f
Add support for mocha-json
2021-02-23 22:39:35 +01:00
Michal Dorner
3340176ee8
Remove artifact-test from CI
...
Artifacts via public API are not available before whole workflow is finished. Therefore it's not possible to execute test this way
2021-02-18 22:23:20 +01:00
Michal Dorner
8efb156d28
Fail the action if no test results are processed
2021-02-18 21:18:04 +01:00
Michal Dorner
93c3964547
Misc fixes + test sleep before artifact-test
2021-02-17 21:20:40 +01:00
Michal Dorner
c5671cf48a
Improve logging
2021-02-17 08:12:45 +01:00
Michal Dorner
09d1ac9fc3
Improve logging
2021-02-16 22:02:56 +01:00
Michal Dorner
8819b4b3d4
Pass auth token to got request
2021-02-15 17:00:25 +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
9c4a2c56d7
Updates to README and info logs
2021-02-01 11:14:07 +01:00
Michal Dorner
03def00317
Rename flutter-machine to flutter-json
2021-01-31 21:22:47 +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
96e91aa726
Simplify 'only-failed' to 'failed'
2021-01-28 22:18:29 +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
7af0073fa3
Enforce Check Run API limits
2021-01-25 10:23:49 +01:00
Michal Dorner
0ce114d684
Support coma separated list of paths to test reports
2021-01-24 21:14:16 +01:00
Michal Dorner
1ab5efa052
Improve logging and error handling
2021-01-18 22:21:19 +01:00
Michal Dorner
6e20ef250b
Fix imports in main.ts
2021-01-16 23:11:52 +01:00