Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Latest commit

 

History

History
255 lines (111 loc) · 11.9 KB

CHANGELOG.md

File metadata and controls

255 lines (111 loc) · 11.9 KB

Changelog

1.1.1 (2021-06-02)

Bug Fixes

  • (xo linter): fixed linter errors (70e6e01)

1.1.0 (2021-03-31)

Features

  • attachments: added support for new AttachmentOption param and removed crypto dep (cb8df94), closes #176 #175

1.0.3 (2021-03-25)

Bug Fixes

  • allure-reporter.ts: resolve 'message' type on jest assertion errors (3f0711c)

1.0.2 (2021-02-10)

Bug Fixes

  • jest-circus-allure.ts: ending step and returning response as expected at end of step execution (f8448cf), closes #155

1.0.1 (2021-02-10)

Bug Fixes

  • contenttype: fixed ContentType export and ability to attach HTML docs (cbf2c5f), closes #155

1.0.0 (2021-02-05)

Bug Fixes

  • types.ts: added HTML to the ContentType enum & renamed categoryDefinitions -> categories (93c9925), closes #153

BREAKING CHANGES

  • types.ts: Renamed environment option categoryDefinitions to categories

0.14.0 (2021-01-02)

Features

  • allure-node-environment.ts: added testPath config option (bf787c3)

0.13.6 (2020-12-30)

Bug Fixes

  • allure-node-environment.ts,allure-report.ts: beforeAll failures should mark tests as "broken" (66e60b4)

0.13.5 (2020-12-23)

Bug Fixes

  • allure-reporter.ts: passing test through pragma methods (c8a35f6)

0.13.4 (2020-12-23)

Bug Fixes

0.13.3 (2020-11-20)

Bug Fixes

  • package.json: resolved to "mem": "^4.0", (e957e0c)

0.13.2 (2020-11-20)

Bug Fixes

  • package.json: upgraded deps and workflows (19ab8e0)

0.13.1 (2020-11-18)

Bug Fixes

  • fixed file pathing on windows machines: the report was not parsing file paths as expected (59e9c15)
  • package.json: upgraded deps (c6c663c)

0.13.0 (2020-11-17)

Features

  • package.json: bumped all deps to latest versions (f34ea2a)

0.12.0 (2020-10-29)

Bug Fixes

  • logs: removed debug logging of errors (dcbe549)

Features

  • allure suites page: test file paths will now show just the file name in the 3rd tier (3fc991f)

0.11.4 (2020-09-11)

Bug Fixes

  • fixed description() and added tests: the global allure API for .description() fix and tests (a1dcd90)

0.11.3 (2020-09-03)

Bug Fixes

  • allure.description: allure.description should now fetch the currently active test (f645bae)

0.11.2 (2020-07-23)

Bug Fixes

  • improved handling of comma separated pragmas: splitting comma sparated values (4bba0a9)

0.11.1 (2020-07-23)

Bug Fixes

  • allure-reporter: removed logs and trimming comma separated pragmas (4f99fe5)

0.11.0 (2020-07-15)

Features

  • tms support: enabled a tmsUrl to be setup and linked on the report. Updated README (a9dbb72)

0.10.0 (2020-07-15)

Bug Fixes

  • fixed .git repo link: reconfigured .git/config to use renamed repo (f76b77f)

Features

  • allure reporter: implemented docblock pragma parsing which will be used to add more reporting (7997047)

0.9.0 (2020-07-12)

Features

  • environmentinfo: added environmentInfo reporting. Improved test case reporting (9ff3ce2)

0.8.0 (2020-07-08)

Features

  • project-wide: added Jest specific categories, and improved error catching (5c4ae36)

0.7.2 (2020-07-08)

Bug Fixes

  • reconnected results dir option (24df569)

0.7.1 (2020-07-08)

Bug Fixes

  • reverted environmentInfo feat (9bf8dd2)
  • allure-node-environment: fixed typo (d8592ed)

0.7.0 (2020-07-08)

Features

  • allurereporter: accepting environmentInfo and jiraUrl from jest environmentt options (b2ae7ab)

0.6.1 (2020-07-07)

Bug Fixes

  • console logs: fixed null docblockPragma console log condition (bc41d2b)

0.6.0 (2020-07-07)

Features

  • package-wide: exporting StepWrapper type and disabled some unnecessary console logs (5763d91)

0.5.0 (2020-07-07)

Features

  • step-interface: improved steps interface to support attachments and more (a84c481)

0.4.2 (2020-07-06)

Bug Fixes

  • allure-reporter.ts: fixed null pointer exception (0bbd59a)

0.4.1 (2020-07-06)

Bug Fixes

  • allure-reporter.ts: fixed Snapshot failure handling (4922775)

0.4.0 (2020-07-06)

Features

  • project wide: added support for the global "allure" report helper. Added better types support (3cc3adc)

0.3.0 (2020-07-06)

Bug Fixes

  • package.json: added dev dep @semantic-release/changelog (df3f96c)
  • package.json: added dev dep @semantic-release/git for CI (0f52366)

Features

  • package.json: renamed npm package, better declarations, removed logs (0d2cae0)