1.1.1 (2021-06-02)
- (xo linter): fixed linter errors (70e6e01)
1.1.0 (2021-03-31)
- attachments: added support for new
AttachmentOption
param and removedcrypto
dep (cb8df94), closes #176 #175
1.0.3 (2021-03-25)
- allure-reporter.ts: resolve 'message' type on jest assertion errors (3f0711c)
1.0.2 (2021-02-10)
- 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)
1.0.0 (2021-02-05)
- types.ts: added HTML to the
ContentType
enum & renamedcategoryDefinitions
->categories
(93c9925), closes #153
- types.ts: Renamed environment option
categoryDefinitions
tocategories
0.14.0 (2021-01-02)
- allure-node-environment.ts: added
testPath
config option (bf787c3)
0.13.6 (2020-12-30)
- allure-node-environment.ts,allure-report.ts: beforeAll failures should mark tests as "broken" (66e60b4)
0.13.5 (2020-12-23)
- allure-reporter.ts: passing test through pragma methods (c8a35f6)
0.13.4 (2020-12-23)
- xo: xO linter fixes (774fd4f)
0.13.3 (2020-11-20)
- package.json: resolved to "mem": "^4.0", (e957e0c)
0.13.2 (2020-11-20)
- package.json: upgraded deps and workflows (19ab8e0)
0.13.1 (2020-11-18)
- 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)
- package.json: bumped all deps to latest versions (f34ea2a)
0.12.0 (2020-10-29)
- logs: removed debug logging of errors (dcbe549)
- allure suites page: test file paths will now show just the file name in the 3rd tier (3fc991f)
0.11.4 (2020-09-11)
- fixed description() and added tests: the global allure API for .description() fix and tests (a1dcd90)
0.11.3 (2020-09-03)
- allure.description: allure.description should now fetch the currently active test (f645bae)
0.11.2 (2020-07-23)
- improved handling of comma separated pragmas: splitting comma sparated values (4bba0a9)
0.11.1 (2020-07-23)
- allure-reporter: removed logs and trimming comma separated pragmas (4f99fe5)
0.11.0 (2020-07-15)
- tms support: enabled a tmsUrl to be setup and linked on the report. Updated README (a9dbb72)
0.10.0 (2020-07-15)
- fixed .git repo link: reconfigured .git/config to use renamed repo (f76b77f)
- allure reporter: implemented docblock pragma parsing which will be used to add more reporting (7997047)
0.9.0 (2020-07-12)
- environmentinfo: added environmentInfo reporting. Improved test case reporting (9ff3ce2)
0.8.0 (2020-07-08)
- project-wide: added Jest specific categories, and improved error catching (5c4ae36)
0.7.2 (2020-07-08)
- reconnected results dir option (24df569)
0.7.1 (2020-07-08)
0.7.0 (2020-07-08)
- allurereporter: accepting environmentInfo and jiraUrl from jest environmentt options (b2ae7ab)
0.6.1 (2020-07-07)
- console logs: fixed null docblockPragma console log condition (bc41d2b)
0.6.0 (2020-07-07)
- package-wide: exporting StepWrapper type and disabled some unnecessary console logs (5763d91)
0.5.0 (2020-07-07)
- step-interface: improved steps interface to support attachments and more (a84c481)
0.4.2 (2020-07-06)
- allure-reporter.ts: fixed null pointer exception (0bbd59a)
0.4.1 (2020-07-06)
- allure-reporter.ts: fixed Snapshot failure handling (4922775)
0.4.0 (2020-07-06)
- project wide: added support for the global "allure" report helper. Added better types support (3cc3adc)
0.3.0 (2020-07-06)
- package.json: added dev dep @semantic-release/changelog (df3f96c)
- package.json: added dev dep @semantic-release/git for CI (0f52366)
- package.json: renamed npm package, better declarations, removed logs (0d2cae0)