Skip to content

Commit 46da5ec

Browse files
chore: release 0.3.0 (#107)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4903714 commit 46da5ec

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.2.9"
2+
".": "0.3.0"
33
}
44

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
## [0.3.0](https://github.com/test-results-reporter/parser/compare/test-results-parser-v0.2.9...test-results-parser-v0.3.0) (2025-11-16)
4+
5+
6+
### Features
7+
8+
* added robot framework single suite file ([664f058](https://github.com/test-results-reporter/parser/commit/664f0587e16a8f2a0362f2bc69ef51cbcc70742b))
9+
* copy duration to root from suite ([#58](https://github.com/test-results-reporter/parser/issues/58)) ([db4b903](https://github.com/test-results-reporter/parser/commit/db4b903e858c8f551d9866698c1bf8c172cb41f1))
10+
* cucumber embeddings ([#88](https://github.com/test-results-reporter/parser/issues/88)) ([2d17efc](https://github.com/test-results-reporter/parser/commit/2d17efcd90689f905fc6a7eb005358187eb15c13))
11+
* ignore errors wdio junit ([#60](https://github.com/test-results-reporter/parser/issues/60)) ([9948282](https://github.com/test-results-reporter/parser/commit/99482822b9a7f07e70a2da52099370336a56ce35))
12+
* meta-data at test suite level ([#41](https://github.com/test-results-reporter/parser/issues/41)) ([51887a2](https://github.com/test-results-reporter/parser/commit/51887a2874859989fc1d14ab4b08fe8075004aae))
13+
* Mochawesome parser ([#64](https://github.com/test-results-reporter/parser/issues/64)) ([56290a4](https://github.com/test-results-reporter/parser/commit/56290a441bd6a6db5d989d1e2a9fe610f0663a07))
14+
* nested mocha awesome suites ([4531849](https://github.com/test-results-reporter/parser/commit/45318498677efc8e96c286fdefbb01046ddfcee3))
15+
* nested mocha awesome suites ([1acda51](https://github.com/test-results-reporter/parser/commit/1acda51e5788fdb69b80eae000d97ee7ffecafdc))
16+
* parse v2 to handle errors ([#84](https://github.com/test-results-reporter/parser/issues/84)) ([1d82bd3](https://github.com/test-results-reporter/parser/commit/1d82bd385124968b06acfee995cae92e69300a4b))
17+
* read multiple files ([b1222df](https://github.com/test-results-reporter/parser/commit/b1222df2cf2308f63ca4ec6b39046edf8e575b18))
18+
* read multiple files ([b25caa1](https://github.com/test-results-reporter/parser/commit/b25caa1899ea0edf006eb5b5a373df1f92be4250))
19+
* refactor tags and meta_data ([#76](https://github.com/test-results-reporter/parser/issues/76)) ([5f5d98c](https://github.com/test-results-reporter/parser/commit/5f5d98cb8b6abb49ead1e789cbc233f5440ee480))
20+
21+
22+
### Bug Fixes
23+
24+
* conditional failed stop in cucumber ([cfd88fb](https://github.com/test-results-reporter/parser/commit/cfd88fb3aa57fc41e81af5280d79fc3fb6e9be5d))
25+
* cucumber skipped tests ([#81](https://github.com/test-results-reporter/parser/issues/81)) ([a7cfa89](https://github.com/test-results-reporter/parser/commit/a7cfa893674e0a0af14b7f5f9f9cad46691fe020))
26+
* filter suites where duration gt 0 ([b1e5cf5](https://github.com/test-results-reporter/parser/commit/b1e5cf58032fe35204af03f87411423c70a9cb35))
27+
* import statement ([9400bef](https://github.com/test-results-reporter/parser/commit/9400befa5085f9d9ebd446764f9b2aa31856a65b))
28+
* junit suite skipped ([8cb6cb3](https://github.com/test-results-reporter/parser/commit/8cb6cb3e27635a6c885cbb522a32ede088aeab4e))
29+
* junit suite skipped ([f90ad97](https://github.com/test-results-reporter/parser/commit/f90ad977b0b0190c7cd055de9cf4b385f7dddb10))
30+
* junit system-out ([#66](https://github.com/test-results-reporter/parser/issues/66)) ([0706166](https://github.com/test-results-reporter/parser/commit/070616602a5263bafe07908d1b38bd8ded22ae9d))
31+
* step names in cucumber ([#79](https://github.com/test-results-reporter/parser/issues/79)) ([2726544](https://github.com/test-results-reporter/parser/commit/2726544158359902dac55f82e209049d1ccda9df))
32+
* total results in junit newman ([5a06de3](https://github.com/test-results-reporter/parser/commit/5a06de361c052a0495ddc5076d69ac9cd75a401b))
33+
* total results in junit newman ([0f189e5](https://github.com/test-results-reporter/parser/commit/0f189e5cf5c0df0a48520126d20e9aedc6b2a368))
34+
* unescape html characters ([#37](https://github.com/test-results-reporter/parser/issues/37)) ([a44248f](https://github.com/test-results-reporter/parser/commit/a44248ff994577d128d228451b5763aff6cf10a3))
35+
36+
37+
### Reverts
38+
39+
* ignore errors ([#67](https://github.com/test-results-reporter/parser/issues/67)) ([ba3af48](https://github.com/test-results-reporter/parser/commit/ba3af48baf9a63434ee067bb9d242d60e926b337))

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "test-results-parser",
3-
"version": "0.2.9",
3+
"version": "0.3.0",
44
"description": "Parse test results from JUnit, TestNG, xUnit, cucumber and many more",
55
"main": "src/index.js",
66
"types": "./src/index.d.ts",

0 commit comments

Comments
 (0)