Ray Xu
1db430559c
Reaction to PR feedback
2024-06-25 10:19:55 -07:00
Jozef Izso
e052c7d317
Merge pull request #489 from dorny/target-node20
2024-06-25 16:33:12 +02:00
Jozef Izso
de62e458d1
Rebuild release index.js file
2024-06-25 15:52:27 +02:00
Jozef Izso
bec9662ac9
Upgrade typescript config to target NodeJS 20
...
Fixes the error:
```
src/parsers/dart-json/dart-json-parser.ts:209:123 - error TS1501: This regular expression flag is only available when targeting 'es2018' or later.
209 /^══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞═+\s+(.*)\s+When the exception was thrown, this was the stack:/ms
```
2024-06-25 15:52:26 +02:00
Jozef Izso
4067b7aa0f
Update to minor versions of packages
2024-06-25 15:46:35 +02:00
Jozef Izso
2d69204ad0
Merge pull request #232 from anatawa12/clearfy-dotnet-support
2024-06-25 15:01:36 +02:00
Jozef Izso
101b53723e
Merge pull request #145 from MonkeyDo/monkeydo-mocha-json-usage
2024-06-25 14:58:39 +02:00
Jozef Izso
3c93b151a3
Merge pull request #399 from AnthonyBarbier/fix_junit_message
2024-06-25 14:48:32 +02:00
Jozef Izso
06ae02969c
Rebuild release index.js file
2024-06-25 14:45:12 +02:00
Jozef Izso
21ae91ed3c
Fix formatting of the code
2024-06-25 14:41:50 +02:00
Anthony Barbier
521e122f40
Fix JUnit message / type fields.
2024-06-25 14:41:42 +02:00
Jozef Izso
482d7087e0
Merge pull request #225 from kring/dotnet-nunit
2024-06-25 14:11:37 +02:00
Jozef Izso
1397b99b7c
Refactor dotnet-nunit parser to DotnetNunitParser
2024-06-25 14:09:10 +02:00
Jozef Izso
d8481703bc
Rebuild release index.js file
2024-06-25 14:02:56 +02:00
Jozef Izso
c40b69fc4a
Fix code formatting and update snapshot for dotnet-unit tests
2024-06-25 14:01:36 +02:00
Kevin Ring
ce340de8b9
Add reporter, eslint, formatting.
2024-06-25 13:57:09 +02:00
Kevin Ring
953e623fd8
Report times in milliseconds.
2024-06-25 13:57:09 +02:00
Kevin Ring
49c1f3ae6c
Implement NUnit 3 parser.
2024-06-25 13:57:09 +02:00
Michal Dorner
b34d4b1bfe
Add NUnit XML results fixtures
2024-06-25 13:57:08 +02:00
Ray Xu
574868ab61
Undo trx parsing changes temporarily
2024-05-29 17:03:02 -07:00
Jozef Izso
78ed680850
Merge pull request #450 from dorny/node20
...
Update project to Node 20 runtime
2024-05-23 13:48:34 +02:00
Jozef Izso
7676f84e6e
Update eslint-plugin-jest package
2024-05-18 16:06:10 +02:00
Jozef Izso
b6671b1f76
Update @octokit/webhooks-types types
2024-05-18 16:05:13 +02:00
Jozef Izso
eb1e62c1b1
Update @typescript-eslint packages
2024-05-18 16:04:15 +02:00
Jozef Izso
41db6fbaaa
Update project to Node 20 runtime
2024-05-18 14:06:09 +02:00
Christian Clauss
81a2b8afcb
README.md: Update GitHub Actions ( #404 )
2024-05-18 14:04:03 +02:00
Sıddık AÇIL
653ebca2c2
Update checkout and upload-artifact actions versions ( #419 )
2024-05-18 14:01:30 +02:00
Jozef Izso
675ad23cef
Bump development to v2.0.0-preview ( #449 )
2024-05-18 13:59:26 +02:00
Jozef Izso
9098107e2a
Merge release v1.9.1 code from branch 'main' into v1
2024-05-18 13:36:37 +02:00
Jozef Izso
31a54ee7eb
Merge pull request #443 from dorny/release/v1.9.1
2024-05-08 13:27:39 +02:00
Jozef Izso
2c14ff72a2
test-reporter release v1.9.1
2024-05-08 13:21:43 +02:00
Jozef Izso
ed4d3e60ee
Merge pull request #442 from dorny/feature/update_packages
...
Update development dependencies
2024-05-08 13:17:50 +02:00
Jozef Izso
ed2a32e11c
Merge pull request #438 from JojOatXGME/fix-artifact-download-alternative
...
Fix problematic retransmission of authentication token (alternative solution) #438
2024-05-08 12:06:22 +02:00
Jozef Izso
32faf3e060
Update typescript-eslint dependencies
2024-05-08 11:56:54 +02:00
Jozef Izso
6e78727599
Update Typescript and NodeJS dependencies
2024-05-08 11:54:03 +02:00
Jozef Izso
477942de89
Merge pull request #426 from dominicmh/main
...
fix: reporting wrong number of tests in Dart #426
2024-05-08 11:39:33 +02:00
Johannes Spangenberg
f763877804
Fix problematic retransmission of authentication token
...
The retransmission of the authentication token to the server providing
the artifact caused the following errors when using Artifacts v4:
HTTPError: Response code 400 (Authentication information is not given
in the correct format. Check the value of Authorization header.)
It looks like the service serving the artifacts does not expect the
authentication header, and therefore complaines about inproper use of
the authentication header. Delegating the redirect-handling to the `got`
library fixes the issue according to my tsts.
2024-05-04 13:43:51 +02:00
dominicmh
9d4bb43029
build & package
2024-04-12 21:32:40 +02:00
dominicmh
cacdfc564b
exclude hidden "tests" from test result
2024-04-12 21:31:54 +02:00
dominicmh
a26c5eaf39
make test fail by adding setUpAll and tearDownAll
2024-04-12 21:25:30 +02:00
Jozef Izso
e1a31eb7a0
Merge release v1.9.0 code from branch 'main' into v1
2024-04-07 12:42:45 +02:00
Ray Xu
775c900089
Update README.md and Actions file
2024-04-06 16:51:54 -07:00
Ray Xu
3816496a0a
Merge pull request #2 from ritchxu/ritchxu/pr-feedbacks
...
Skip markdown file
2024-04-06 16:40:00 -07:00
Ray Xu
c1768c8b7a
Skip markdown file
2024-04-06 16:12:21 -07:00
Jozef Izso
c40d89d5e9
Merge pull request #416 from dorny/release/v1.9.0
2024-04-05 09:44:34 -07:00
Jozef Izso
9a5ccba454
test-reporter release v1.9.0
2024-04-05 13:44:42 +02:00
Jozef Izso
82b258b19e
Merge pull request #405 from dorny/feature/update_packages
2024-04-03 00:58:49 -07:00
Jozef Izso
80874c1df3
Build the distribution file
2024-04-02 22:16:33 +02:00
Jozef Izso
99e65e60b1
Update development packages
2024-04-02 22:14:28 +02:00
Jozef Izso
0863296b14
Update production dependencies
2024-04-02 21:18:20 +02:00