Ats Uiboupin
aebbb4d7c4
fix(java-junit): parse StackTraceElement with custom classloader
...
Fixes #208
2022-11-19 22:17:15 +02:00
Ats Uiboupin
3a48f6e045
fix(java-junit): stack trace line can start with whitespaces
...
Fixes #208
2022-11-19 22:17:06 +02:00
Ats Uiboupin
e5edb614dd
refactor: extract parsing java StackTraceElement to allow improving
2022-11-19 21:01:30 +02:00
Ats Uiboupin
b41f730922
ignore IntelliJ Idea IDE folder
2022-11-18 17:50:14 +02:00
Ats Uiboupin
d71eea3059
add .nvmrc
2022-11-18 17:47:49 +02:00
Michal Dorner
074fe2cd27
Merge pull request #193 from rvdlaarschot/mocha-empty-test-suite
...
Gracefully handle empty nested testsuite elements for JUnit.
2022-11-13 13:25:06 +01:00
Michal Dorner
3b54f63d95
Update dist/index.js
2022-11-13 13:22:18 +01:00
Michal Dorner
48bf7af48b
Merge branch 'main' into mocha-empty-test-suite
2022-11-13 13:20:55 +01:00
Michal Dorner
2f63fb86e1
Update test outputs after #199
2022-11-13 13:19:47 +01:00
Michal Dorner
21b00b9bcc
Merge pull request #207 from dorny/issue-205-check-dist
...
Verify content of dist/ folder matches build output
2022-11-13 13:13:36 +01:00
Michal Dorner
f3b6327f90
Disable generation of the source map
2022-11-13 12:55:50 +01:00
Michal Dorner
59de73d003
Verify content of dist/ folder matches build output
2022-11-13 12:39:16 +01:00
Dharmendra Soni
3cca7492d0
Merge pull request #200 from petrdvorak/main
...
Fix #199 : Use ✅ instead of ✔️ for better cross platform look
2022-11-03 04:28:34 +05:30
Michal Dorner
c9b3d0e2bd
Update CHANGELOG for v1.6.0
2022-10-13 22:14:03 +02:00
Michal Dorner
d93282af1c
Merge pull request #203 from dorny/update-node-and-dependencies
...
Update to node16 + recent versions of core and exec packages
2022-10-13 22:09:41 +02:00
Michal Dorner
e54753f811
Update to node16 + recent versions of core and exec packages
2022-10-13 22:05:31 +02:00
Petr Dvořák
ba1a54f2f4
Update markdown-utils.ts
2022-10-05 22:01:58 +02:00
Petr Dvořák
ae902f665e
Fix #199 : Use ✅ instead of ✔️ for better cross platform look
...
- Use the ✅ for passed tests
- Use the ⚪ for skipped tests
2022-10-05 22:01:28 +02:00
Ramon van de Laarschot
a3356fa639
Gracefully handle empty nested testsuite elements for JUnit.
...
This fixes an issue with mocha-junit-reporter returning empty root-level testsuite elements.
2022-09-09 16:51:32 +02:00
Michal Dorner
0d9714ddc7
Merge pull request #186 from dorny/update-dependencies
...
Update all dependencies to latest versions
2022-08-23 23:13:53 +02:00
Michal Dorner
aba461c3a7
Downgrade got package to v11.x
...
got@v12.x has a dependency on @sindresorhus/is@v5.x and it uses optional chaining operator "?.".
Probably due to issue https://github.com/vercel/ncc/issues/873 this syntax got into our dist/index.js. For some unknown reason it results in error when action is executed in GitHub runner despite the node version is 16.17.
2022-08-23 23:10:34 +02:00
Michal Dorner
a95a149c9a
Print used node version in CI job
2022-08-23 22:46:11 +02:00
Michal Dorner
0b7f7244db
Update dist
2022-08-20 00:10:53 +02:00
Michal Dorner
b595428c55
Update multiple packages + fix eslint resolver issue
2022-08-20 00:06:56 +02:00
Michal Dorner
5558abf4ac
Update prettier
2022-08-19 23:40:20 +02:00
Michal Dorner
bbf369dfb0
Update got
2022-08-19 23:39:23 +02:00
Michal Dorner
57e5862411
Update multiple packages and configs
2022-08-19 23:37:14 +02:00
Michal Dorner
81fcbf17a9
Update js-yaml
2022-08-19 22:21:54 +02:00
Michal Dorner
4c7348c4be
Update TypeScript
2022-08-19 22:19:29 +02:00
Michal Dorner
8848447e3f
Fix tests on non us-EN local env ( #185 )
...
* Fix tests on non us-EN local env
Different locale might result in different alphabetical order of tests in report. Tests using snapshot comparison then fails
* Fix code style
2022-08-19 21:53:20 +02:00
Michal Dorner
0d00bb14cb
Update CHANGELOG to 1.5.0
2021-06-22 22:43:05 +02:00
Michal Dorner
a585725c8b
Merge pull request #128 from dorny/issue-127-fix-pattern-with-backslash
...
Add option to convert backslashes in path pattern to forward slashes
2021-06-22 22:40:02 +02:00
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
Michal Dorner
ad831af420
Merge pull request #123 from workgroupengineering/features/only-summary
...
Add option to generate only the summary from processed test results files
2021-06-22 21:32:05 +02:00
Michal Dorner
2ac8b4498f
Force generating summary if there is single results file and onlySummary is enabled
2021-06-22 21:28:22 +02:00
Giuseppe Lippolis
17e793242c
feat: allows to generate the summary only.
2021-06-03 10:57:57 +02:00
Michal Dorner
e8f4fdfec7
Merge pull request #118 from dorny/java-junit-support-errors
...
Fix JUnit test-cases with error misclassified as passed test
2021-05-24 15:06:06 +02:00
Michal Dorner
d01ef000ba
Fix JUnit test-cases with error misclassified as passed test
...
Previous implementation considered only test-cases with <failure> as failed. This fix makes processing of <error> and <failure> the same. It also handles situation when error or failure elements contains only text and no attributes.
2021-05-24 15:03:34 +02:00
Michal Dorner
6969ae6af5
Update CHANGELOG for v1.4.3
2021-05-13 23:01:52 +02:00
Michal Dorner
7c6c7df048
Remove depandabot - for this project its too annoying without real benefits
2021-05-13 23:00:15 +02:00
Michal Dorner
0ed324d155
Merge pull request #115 from dorny/java-junit-handle-missing-time
...
Patch java-junit to handle missing time field
2021-05-13 22:53:51 +02:00
Michal Dorner
72c193c336
Patch java-junit to handle missing time field
...
Normally a <testsuites> element has a time field. In some JUnit implementations this field is missing. This issue was found in junit XML created in matlab.
At the moment I don't plan to explicitly support matlab - that would require to add more tests and documentation. However this patch should make it work with the existing java-junit parser.
2021-05-13 22:39:52 +02:00
Michal Dorner
e873f73dd6
Merge pull request #114 from dorny/issue-113-print-breaks-dart-parsing
...
Fix dart-json parsing broken by print message
2021-05-13 22:04:27 +02:00
Michal Dorner
f88270a385
Update dist/index.js
2021-05-13 21:56:10 +02:00
Michal Dorner
dcaab46b46
Fix dart-json parsing broken by print message
...
Print message related to suite, instead of a specific test, would break parsing - it would expect test object to be present in dictionary but there would be none.
This fix adds necessary check and messages not related to tracked tests will be ignored.
2021-05-13 21:48:55 +02:00
Michal Dorner
cbdb218336
Update CHANGELOG for v1.4.2
2021-04-20 21:53:41 +02:00
Michal Dorner
43d89d5ee5
Fix dotnet-trx parser failing on passed tests with non-empty error info
2021-04-20 21:38:55 +02:00
Michal Dorner
4fcb1ce90b
Update CHANGELOG for v1.4.1
2021-04-20 08:50:50 +02:00
Michal Dorner
2e3fd84080
Merge pull request #105 from dorny/fix-dotnet-trx-custom-names
...
Fix dotnet-trx parsing of tests with custom display names
2021-04-20 08:49:30 +02:00
Michal Dorner
6662b9362e
Fix dotnet-trx parsing of tests with custom display names
2021-04-20 08:40:05 +02:00