Skip to content

Releases: testomatio/reporter

2.0.1-beta-esm

21 Jan 16:15
29b5573
Compare
Choose a tag to compare
2.0.1-beta-esm Pre-release
Pre-release

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

21 Jan 16:22
a5d4940
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.12...1.6.13

1.6.12

14 Jan 23:22
Compare
Choose a tag to compare
  • Fixed passing tag to XML detach
TESTOMATIO_MARK_DETACHED=@flaky

1.6.11

08 Jan 01:07
80954e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.10...1.6.11

1.6.11-beta1.s3

02 Jan 21:47
Compare
Choose a tag to compare
1.6.11-beta1.s3 Pre-release
Pre-release
1.6.11-beta1.s3-fix

changed style for upload

1.6.10

24 Dec 16:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.9...1.6.10

1.6.9

24 Dec 10:33
Compare
Choose a tag to compare

Key improvements to meta processing

1.6.9-beta.2-metadata-formatting

23 Dec 23:01
Compare
Choose a tag to compare
Pre-release
  • Fixed metadata formatting (2)

1.6.9-beta.1-metadata-formatting

23 Dec 22:54
Compare
Choose a tag to compare
Pre-release
  • Fixed metadata formatting

1.6.8

20 Dec 23:04
Compare
Choose a tag to compare