Releases: ryparker/jest-circus-allure-environment
Releases · ryparker/jest-circus-allure-environment
v1.1.1
1.1.1 (2021-06-02)
Bug Fixes
- (xo linter): fixed linter errors (70e6e01)
v1.1.0
1.1.0 (2021-03-31)
Features
- attachments: added support for new
AttachmentOption
param and removed crypto
dep (cb8df94), closes #176 #175
v1.0.3
1.0.3 (2021-03-25)
Bug Fixes
- allure-reporter.ts: resolve 'message' type on jest assertion errors (3f0711c)
v1.0.2
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
v1.0.1
1.0.1 (2021-02-10)
Bug Fixes
- contenttype: fixed ContentType export and ability to attach HTML docs (cbf2c5f), closes #155
v1.0.0
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
v0.14.0
0.14.0 (2021-01-02)
Features
- allure-node-environment.ts: added
testPath
config option (bf787c3)
v0.13.6
0.13.6 (2020-12-30)
Bug Fixes
- allure-node-environment.ts,allure-report.ts: beforeAll failures should mark tests as "broken" (66e60b4)
v0.13.5
0.13.5 (2020-12-23)
Bug Fixes
- allure-reporter.ts: passing test through pragma methods (c8a35f6)