Releases: testomatio/reporter
Releases · testomatio/reporter
2.0.1-beta-esm
v2.0.0
Welcome to ESM
No changes required in the current projects. (v2.x should be fully compatible with v1.x).
v2.x brings next:
-
better types (autocompletion etc)
-
shorter syntax
Old (still be valid):
👎npx mocha -R ./node_modules/@testomatio/reporter/lib/adapter/mocha.js
👎@testomatio/reporter/lib/adapter/playwright.js
New (simpler):
👍npx mocha -R @testomatio/reporter/mocha
👍@testomatio/reporter/playwright
-
some new features (like
test.fail()
annotation proper parsing in Playwright) -
and it is next step for typescript
Now its beta version. You can try it and give us your feedback.
We will strongly recommend using this version shortly instead of v1.x.
1.6.13
What's Changed
- process manually attached data in Playwright by @olexandr13 in #478
Full Changelog: 1.6.12...1.6.13
1.6.12
1.6.11
What's Changed
- fixed collecting duration for JUnit reports by @DavertMik in #475
Full Changelog: 1.6.10...1.6.11
1.6.11-beta1.s3
1.6.11-beta1.s3-fix changed style for upload
1.6.10
1.6.9
1.6.9-beta.2-metadata-formatting
- Fixed metadata formatting (2)
1.6.9-beta.1-metadata-formatting
- Fixed metadata formatting
1.6.8
- Fix support for meta-data in reports using meta function