Commit graph

62 commits

Author SHA1 Message Date
Connor Vidlock
cd976285dc
update logging and test report 2024-01-29 15:59:51 -06:00
Connor Vidlock
32b80624d1
last update to get non-skipped to run 2024-01-29 15:49:51 -06:00
Connor Vidlock
161c97e78e
fix available list-suites 2024-01-29 15:48:55 -06:00
Emanuele Prella
d5b3967dd9
Merge pull request #7 from hudl/NOTICK-AllowMoreThan50Annotations
NOTICK: Allow more than 50 annotations
2023-12-21 09:43:22 +01:00
Emanuele Prella
ef6f15c949
try to fix build 2023-12-20 10:48:26 +01:00
nicolo.castro
16a69ceefa
create patch request params with output 2023-12-20 10:09:20 +01:00
nicolo.castro
cf7f2a70cf
split annotations in multiple requests 2023-12-20 09:17:05 +01:00
Connor Vidlock
819dccfd4b
Update main.ts 2023-06-28 17:11:58 -05:00
Connor Vidlock
6e4d32881c
Update main.ts 2023-06-28 13:45:39 -05:00
nicolo.castro
c82c974817
trying to add link as output 2023-04-27 14:08:35 +02:00
Connor Vidlock
ad924b75b6
Test comment 2023-03-20 11:10:14 -05:00
Connor Vidlock
b0216aca55
Clean up code and remove testing comments 2023-03-20 10:57:22 -05:00
Connor Vidlock
c5d96f0a2d
Update main.ts 2023-03-20 10:36:50 -05:00
Connor Vidlock
68f1bddf1f
switch to dispatch to test 2023-03-20 10:28:55 -05:00
Connor Vidlock
0da52892f7
Update with reports to use 2023-03-20 10:04:23 -05:00
Connor Vidlock
08e968d28a
Update main.ts 2023-03-20 09:56:42 -05:00
Connor Vidlock
ec9abbc41f
run formatter and update check 2023-03-20 09:49:52 -05:00
Connor Vidlock
f354bfa69d
add new show-html-notice input 2023-03-20 09:42:33 -05: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
Michal Dorner
659bb4fff3
Update interfaces to accept multiple reports to parse 2021-01-16 21:19:40 +01:00