8000 Releases · testomatio/reporter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: testomatio/reporter

2.0.1

30 Jun 10:16
a272da8
Compare
Choose a tag to compare

🚀 Features

This is first stable release 2.0 which is expected to have 0 breaking changes with 1.6

  • Full ESM support with backwards compatible CommonJS

You can either import or require reporter functions:

// inside TypeScript or JavaScript ESM
import { artifact, log, meta } from '@testomatio/reporter';

// inside CommonJS
const { artifact, log, meta } = require('@testomatio/reporter');
  • Changed import (now its shorter), example:
reporter: [
  ['list'],
  [ '@testomatio/reporter/playwright'],

Backwards compatibility kept (e.g. '@testomatio/reporter/lib/adapter/playwright.js')

DEBUG=1 npx playwright test

npx @testomatio/reporter replay

🐛 Bug Fixes

• Color issue in Newman, enhances logging for better troubleshooting, and resolves an error that occurred when sending requests failed in #408
• The issue with playwright .fail annotation has been resolved, allowing users to easily add notes to failed test in #481
• This release fixes issues with parsing XML data, ensuring accurate processing and reducing errors in #527
• IDs were not being correctly parsed from XML files in #542

🔧 Other

  • Replaced axios library with gaxios (based on node-fetch) in #530
  • Added a timestamp column to track when events occur, and enhanced reporting with a unique runId identifier in #550

Tech Release Notes

  • newman: fix pc color; improve logging; fix error in case of failed to send request in #408
  • Guess java tests path from package at reportXml.js in #472
  • Fix require usage in #473
  • Pw fail annotation in #481
  • docs api: add meta prop for test in #484
  • Nightwatch adapter in #498
  • added config option to ignore files in #494
  • XML parse fixes in #527
  • Fixed IDs from XML in #542
  • Refactored to replace axios with gaxios in #530
  • Feat/replay xml fixes in #544
  • Feat/workdir suite enhancements in #548
  • Feat/reporter package as file in #552
  • Feat/timestamp in #550
  • Replay by id in #553

Full Changelog: 1.6.17...2.0.1

2.0.1-beta.6

24 Jun 22:54
a272da8
Compare
Choose a tag to compare
2.0.1-beta.6 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.1-beta.4...2.0.1-beta.6

2.0.1-beta.4

12 Jun 12:57
c24d7a4
Compare
Choose a tag to compare
2.0.1-beta.4 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.1-beta.3...2.0.1-beta.4

2.0.1-beta.3

05 Jun 22:45
e6dd06f
Compare
Choose a tag to compare
2.0.1-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.1-beta.2...2.0.1-beta.3

2.0.1-beta.2

28 May 21:20
Compare
Choose a tag to compare
2.0.1-beta.2 Pre-release
Pre-release

What's Changed

  • Added replay functionality fixes by @DavertMik in #544
  • Improved XML imports

Full Changelog: 2.0.1-beta.1...2.0.1-beta.2

2.0.1-beta.1

25 May 23:59
1805dc9
Compare
Choose a tag to compare
2.0.1-beta.1 Pre-release
Pre-release

What's Changed

Full Changelog: 2.0.1-beta-esm...2.0.1-beta.1

2.0.1-beta.5-timetamp

12 Jun 23:59
Compare
Choose a tag to compare
2.0.1-beta.5-timetamp Pre-release
Pre-release
  • timestamp added generation

1.6.17

19 May 19:17
b56c7b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.16...1.6.17

2.0.0-beta.4-gaxios

09 May 17:34
Compare
Choose a tag to compare
2.0.0-beta.4-gaxios Pre-release
Pre-release
Added POST request to gaxios request retry

2.0.0-beta.3-gaxios

08 May 11:49
Compare
Choose a tag to compare
2.0.0-beta.3-gaxios Pre-release
Pre-release
Updating gaxios to version 7.0.0-beta4
0