changelogs.md


samsyzov/jest-circus-allure-environment

Repository  -  API  -  Source

1.1.1

June 2, 2021

Bug Fixes

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

1.1.0

March 31, 2021

Features

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

1.0.3

March 25, 2021

Bug Fixes

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

1.0.2

February 10, 2021

Bug Fixes

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

1.0.1

February 10, 2021

Bug Fixes

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

1.0.0

February 5, 2021

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

January 2, 2021

Features

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

0.13.6

December 30, 2020

Bug Fixes

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

0.13.5

December 23, 2020

Bug Fixes

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

0.13.4

December 23, 2020

Bug Fixes

0.13.3

November 20, 2020

Bug Fixes

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

0.13.2

November 20, 2020

Bug Fixes

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

0.13.1

November 18, 2020

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

November 17, 2020

Features

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

0.12.0

October 29, 2020

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

September 11, 2020

Bug Fixes

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

0.11.3

September 3, 2020

Bug Fixes

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

0.11.2

July 23, 2020

Bug Fixes

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

0.11.1

July 23, 2020

Bug Fixes

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

0.11.0

July 15, 2020

Features

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

0.10.0

July 15, 2020

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

July 12, 2020

Features

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

0.8.0

July 8, 2020

Features

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

0.7.2

July 8, 2020

Bug Fixes

  • reconnected results dir option (24df569)

0.7.1

July 8, 2020

Bug Fixes

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

0.7.0

July 8, 2020

Features

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

0.6.1

July 7, 2020

Bug Fixes

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

0.6.0

July 7, 2020

Features

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

0.5.0

July 7, 2020

Features

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

0.4.2

July 6, 2020

Bug Fixes

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

0.4.1

July 6, 2020

Bug Fixes

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

0.4.0

July 6, 2020

Features

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

0.3.0

July 6, 2020

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)